Html Css Color HEX #B5DCEC Light Blue

📋 copy color: '#B5DCEC'

red 181 ◦ green 220 ◦ blue 236

#B5DCEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #B5DCEC

Tints of Light Blue #B5DCEC

RGB

 RED value IS 181 (71.09% from 255) = 28.41%

 GREEN value IS 220 (86.33% from 255) = 34.54%

 BLUE value IS 236 (92.58% from 255) = 37.05%

R = 28.41%
G = 34.54%
B = 37.05%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5DCEC (or 0xB5DCEC) is known color: Light Blue. HEX triplet: B5, DC and EC. RGB value is (181,220,236). Sum of RGB (Red+Green+Blue) = 181+220+236=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCEC is #4A2313. Grayscale: #D2D2D2. Windows color (decimal): -4858644 or 15522997. OLE color: 15522997.

HSL color Cylindrical-coordinate representation of color #B5DCEC: hue angle of 197.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DCEC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 220 236 -
CMYK 0.23 0.07 0 0.07
HSL 197.45º 0.59% 0.82% -
HSV(B) 197.45º 0.23% 0.93% -
XYZ 59.79 67.07 89.15 -
YUV 210.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 181 220 236 0.23 0.07 0 0.07 197.45 0.59 0.82
Hex B5 DC EC 17 7 0 7 C5 3B 52
Octal 265 334 354 27 7 0 7 305 73 122
Binary 10110101 11011100 11101100 10111 111 0 111 11000101 111011 1010010

Color Harmonies of #B5DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCEC

Black with #B5DCEC

Text Example


Text Example

White with #B5DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCEC; }

 p { color: rgb(181,220,236); }

 H1.HeaderClassName
 {
   color: #B5DCEC;
 }
 .AnyTagClassName
 {
   color: #B5DCEC;
 }
</style>

background-color css

<style>
 a { background-color: #B5DCEC; }

 a { background-color: rgb(181,220,236); }

 div.DivClassName
 {
   background-color: #B5DCEC;
 }
 .BgClassName
 {
   background-color: #B5DCEC;
 }
</style>

border-color css

<style>
 span { border-color: #B5DCEC; }

 span { border-color: rgb(181,220,236); }

 td.TdClassName
 {
   border-color: #B5DCEC;
 }
 .TagClassName
 {
   border-color: #B5DCEC;
 }
</style>