#B1CFDC

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

Shades of Light Blue #B1CFDC

Tints of Light Blue #B1CFDC

Color information

#B1CFDC (or 0xB1CFDC) is unknown color: approx Light Blue. HEX triplet: B1, CF and DC. RGB value is (177,207,220). Sum of RGB (Red+Green+Blue) = 177+207+220=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFDC is #4E3023. Grayscale: #C7C7C7. Windows color (decimal): -5124132 or 14471089. OLE color: 14471089.

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

Color convert

RGB177207220-
CMYK0.200.0600.14
HSL198.14º38.05%77.84%-
HSV(B)198.14º19.55%86.27%-
XYZ53.3659.1476.31-
YUV199.51139.56111.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=29.30%
G=34.27%
B=36.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772072200.200.0600.14198.1438.0577.84
HexB1CFDC1460Ec6264e
Octal26131733424601630646116
Binary1011000111001111110111001010011001110110001101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFDC; }

 p { color: rgb(177,207,220); }

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

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

 a { background-color: rgb(177,207,220); }

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

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

 span { border-color: rgb(177,207,220); }

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