#B0CDDE

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

Shades of Light Blue #B0CDDE

Tints of Light Blue #B0CDDE

Color information

#B0CDDE (or 0xB0CDDE) is unknown color: approx Light Blue. HEX triplet: B0, CD and DE. RGB value is (176,205,222). Sum of RGB (Red+Green+Blue) = 176+205+222=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDDE is #4F3221. Grayscale: #C6C6C6. Windows color (decimal): -5190178 or 14601648. OLE color: 14601648.

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

Color convert

RGB176205222-
CMYK0.210.0800.13
HSL202.17º41.07%78.04%-
HSV(B)202.17º20.72%87.06%-
XYZ52.9258.1777.55-
YUV198.27141.39112.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=29.19%
G=34.00%
B=36.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762052220.210.0800.13202.1741.0778.04
HexB0CDDE1580Dca294e
Octal260315336251001531251116
Binary10110000110011011101111010101100001101110010101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDDE; }

 p { color: rgb(176,205,222); }

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

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

 a { background-color: rgb(176,205,222); }

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

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

 span { border-color: rgb(176,205,222); }

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