#B4CEDD

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

Shades of Light Blue #B4CEDD

Tints of Light Blue #B4CEDD

Color information

#B4CEDD (or 0xB4CEDD) is unknown color: approx Light Blue. HEX triplet: B4, CE and DD. RGB value is (180,206,221). Sum of RGB (Red+Green+Blue) = 180+206+221=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEDD is #4B3122. Grayscale: #C7C7C7. Windows color (decimal): -4927779 or 14536372. OLE color: 14536372.

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

Color convert

RGB180206221-
CMYK0.190.0700.13
HSL201.95º37.61%78.63%-
HSV(B)201.95º18.55%86.67%-
XYZ53.9459.0776.96-
YUV199.94139.89113.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=29.65%
G=33.94%
B=36.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802062210.190.0700.13201.9537.6178.63
HexB4CEDD1370Dca264f
Octal26431633523701531246117
Binary1011010011001110110111011001111101101110010101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEDD; }

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

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

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

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

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

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

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

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