#B7CFDA

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

Shades of Light Blue #B7CFDA

Tints of Light Blue #B7CFDA

Color information

#B7CFDA (or 0xB7CFDA) is unknown color: approx Light Blue. HEX triplet: B7, CF and DA. RGB value is (183,207,218). Sum of RGB (Red+Green+Blue) = 183+207+218=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDA is #483025. Grayscale: #C9C9C9. Windows color (decimal): -4730918 or 14340023. OLE color: 14340023.

HSL color Cylindrical-coordinate representation of color #B7CFDA: hue angle of 198.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7CFDA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183207218-
CMYK0.160.0500.15
HSL198.86º32.11%78.63%-
HSV(B)198.86º16.06%85.49%-
XYZ54.559.7574.99-
YUV201.08137.55115.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=30.10%
G=34.05%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832072180.160.0500.15198.8632.1178.63
HexB7CFDA1050Fc7204f
Octal26731733220501730740117
Binary1011011111001111110110101000010101111110001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFDA; }

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

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

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

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

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

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

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

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