#B6CFDE

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

Shades of Light Blue #B6CFDE

Tints of Light Blue #B6CFDE

Color information

#B6CFDE (or 0xB6CFDE) is unknown color: approx Light Blue. HEX triplet: B6, CF and DE. RGB value is (182,207,222). Sum of RGB (Red+Green+Blue) = 182+207+222=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFDE is #493021. Grayscale: #C9C9C9. Windows color (decimal): -4796450 or 14602166. OLE color: 14602166.

HSL color Cylindrical-coordinate representation of color #B6CFDE: hue angle of 202.5º degrees, saturation: 0.38, 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 #B6CFDE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182207222-
CMYK0.180.0700.13
HSL202.5º37.74%79.22%-
HSV(B)202.5º18.02%87.06%-
XYZ54.7959.8477.77-
YUV201.24139.72114.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=29.79%
G=33.88%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822072220.180.0700.13202.537.7479.22
HexB6CFDE1270Dca264f
Octal26631733622701531246117
Binary1011011011001111110111101001011101101110010101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFDE; }

 p { color: rgb(182,207,222); }

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

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

 a { background-color: rgb(182,207,222); }

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

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

 span { border-color: rgb(182,207,222); }

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