#B5CFDD

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

Shades of Light Blue #B5CFDD

Tints of Light Blue #B5CFDD

Color information

#B5CFDD (or 0xB5CFDD) is unknown color: approx Light Blue. HEX triplet: B5, CF and DD. RGB value is (181,207,221). Sum of RGB (Red+Green+Blue) = 181+207+221=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDD is #4A3022. Grayscale: #C8C8C8. Windows color (decimal): -4861987 or 14536629. OLE color: 14536629.

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

Color convert

RGB181207221-
CMYK0.180.0600.13
HSL201º37.04%78.82%-
HSV(B)201º18.1%86.67%-
XYZ54.4259.6777.06-
YUV200.82139.39113.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.72%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=29.72%
G=33.99%
B=36.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812072210.180.0600.1320137.0478.82
HexB5CFDD1260Dc9254f
Octal26531733522601531145117
Binary1011010111001111110111011001011001101110010011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFDD; }

 p { color: rgb(181,207,221); }

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

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

 a { background-color: rgb(181,207,221); }

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

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

 span { border-color: rgb(181,207,221); }

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