#B4CFDD

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

Shades of Light Blue #B4CFDD

Tints of Light Blue #B4CFDD

Color information

#B4CFDD (or 0xB4CFDD) is unknown color: approx Light Blue. HEX triplet: B4, CF and DD. RGB value is (180,207,221). Sum of RGB (Red+Green+Blue) = 180+207+221=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFDD is #4B3022. Grayscale: #C8C8C8. Windows color (decimal): -4927523 or 14536628. OLE color: 14536628.

HSL color Cylindrical-coordinate representation of color #B4CFDD: hue angle of 200.49º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4CFDD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180207221-
CMYK0.190.0600.13
HSL200.49º37.61%78.63%-
HSV(B)200.49º18.55%86.67%-
XYZ54.1959.5577.04-
YUV200.52139.55113.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=29.61%
G=34.05%
B=36.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802072210.190.0600.13200.4937.6178.63
HexB4CFDD1360Dc8264f
Octal26431733523601531046117
Binary1011010011001111110111011001111001101110010001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFDD; }

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

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

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

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

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

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

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

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