#B5CEDC

Color #B5CEDC Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #B5CEDC

Tints of Light Blue #B5CEDC

Color information

#B5CEDC (or 0xB5CEDC) is unknown color: approx Light Blue. HEX triplet: B5, CE and DC. RGB value is (181,206,220). Sum of RGB (Red+Green+Blue) = 181+206+220=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEDC is #4A3123. Grayscale: #C8C8C8. Windows color (decimal): -4862244 or 14470837. OLE color: 14470837.

HSL color Cylindrical-coordinate representation of color #B5CEDC: hue angle of 201.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CEDC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181206220-
CMYK0.180.0600.14
HSL201.54º35.78%78.63%-
HSV(B)201.54º17.73%86.27%-
XYZ54.0559.1376.28-
YUV200.12139.22114.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=29.82%
G=33.94%
B=36.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812062200.180.0600.14201.5435.7878.63
HexB5CEDC1260Eca244f
Octal26531633422601631244117
Binary1011010111001110110111001001011001110110010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEDC; }

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

 H1.HeaderClassName
 {
   color: #B5CEDC;
 }
 .AnyTagClassName
 {
   color: #B5CEDC;
 }
</style>
background-color css

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

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

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

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

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

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