#B0CFDF

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

Shades of Light Blue #B0CFDF

Tints of Light Blue #B0CFDF

Color information

#B0CFDF (or 0xB0CFDF) is unknown color: approx Light Blue. HEX triplet: B0, CF and DF. RGB value is (176,207,223). Sum of RGB (Red+Green+Blue) = 176+207+223=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDF is #4F3020. Grayscale: #C7C7C7. Windows color (decimal): -5189665 or 14667696. OLE color: 14667696.

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

Color convert

RGB176207223-
CMYK0.210.0700.13
HSL200.43º42.34%78.24%-
HSV(B)200.43º21.08%87.45%-
XYZ53.5459.1878.41-
YUV199.55141.23111.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=29.04%
G=34.16%
B=36.80%

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
Decimal1762072230.210.0700.13200.4342.3478.24
HexB0CFDF1570Dc82a4e
Octal26031733725701531052116
Binary1011000011001111110111111010111101101110010001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFDF; }

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

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

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

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

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

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

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

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