#B0CFDD

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

Shades of Light Blue #B0CFDD

Tints of Light Blue #B0CFDD

Color information

#B0CFDD (or 0xB0CFDD) is unknown color: approx Light Blue. HEX triplet: B0, CF and DD. RGB value is (176,207,221). Sum of RGB (Red+Green+Blue) = 176+207+221=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDD is #4F3022. Grayscale: #C7C7C7. Windows color (decimal): -5189667 or 14536624. OLE color: 14536624.

HSL color Cylindrical-coordinate representation of color #B0CFDD: hue angle of 198.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CFDD is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176207221-
CMYK0.200.0600.13
HSL198.67º39.82%77.84%-
HSV(B)198.67º20.36%86.67%-
XYZ53.2759.0877-
YUV199.33140.23111.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=29.14%
G=34.27%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762072210.200.0600.13198.6739.8277.84
HexB0CFDD1460Dc7284e
Octal26031733524601530750116
Binary1011000011001111110111011010011001101110001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFDD; }

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

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

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

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

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

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

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

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