#B7CFDD

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

Shades of Light Blue #B7CFDD

Tints of Light Blue #B7CFDD

Color information

#B7CFDD (or 0xB7CFDD) is unknown color: approx Light Blue. HEX triplet: B7, CF and DD. RGB value is (183,207,221). Sum of RGB (Red+Green+Blue) = 183+207+221=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDD is #483022. Grayscale: #C9C9C9. Windows color (decimal): -4730915 or 14536631. OLE color: 14536631.

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

Color convert

RGB183207221-
CMYK0.170.0600.13
HSL202.11º35.85%79.22%-
HSV(B)202.11º17.19%86.67%-
XYZ54.8959.9177.08-
YUV201.42139.05114.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.95%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=29.95%
G=33.88%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832072210.170.0600.13202.1135.8579.22
HexB7CFDD1160Dca244f
Octal26731733521601531244117
Binary1011011111001111110111011000111001101110010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFDD; }

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

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

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

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

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

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

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

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