#B0CFDE

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

Shades of Light Blue #B0CFDE

Tints of Light Blue #B0CFDE

Color information

#B0CFDE (or 0xB0CFDE) is unknown color: approx Light Blue. HEX triplet: B0, CF and DE. RGB value is (176,207,222). Sum of RGB (Red+Green+Blue) = 176+207+222=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDE is #4F3021. Grayscale: #C7C7C7. Windows color (decimal): -5189666 or 14602160. OLE color: 14602160.

HSL color Cylindrical-coordinate representation of color #B0CFDE: hue angle of 199.57º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0CFDE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176207222-
CMYK0.210.0700.13
HSL199.57º41.07%78.04%-
HSV(B)199.57º20.72%87.06%-
XYZ53.459.1377.71-
YUV199.44140.73111.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=29.09%
G=34.21%
B=36.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762072220.210.0700.13199.5741.0778.04
HexB0CFDE1570Dc8294e
Octal26031733625701531051116
Binary1011000011001111110111101010111101101110010001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFDE; }

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

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

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

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

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

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

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

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