#b5dcef

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

Shades of Light Blue #B5DCEF

Tints of Light Blue #B5DCEF

Color information

#B5DCEF (or 0xB5DCEF) is unknown color: approx Light Blue. HEX triplet: B5, DC and EF. RGB value is (181,220,239). Sum of RGB (Red+Green+Blue) = 181+220+239=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCEF is #4A2310. Grayscale: #D2D2D2. Windows color (decimal): -4858641 or 15719605. OLE color: 15719605.

HSL color Cylindrical-coordinate representation of color #B5DCEF: hue angle of 199.66º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5DCEF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181220239-
CMYK0.240.0800.06
HSL199.66º64.44%82.35%-
HSV(B)199.66º24.27%93.73%-
XYZ60.2367.2491.47-
YUV210.5144.08106.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.28%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=28.28%
G=34.38%
B=37.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812202390.240.0800.06199.6664.4482.35
HexB5DCEF18806c84052
Octal265334357301006310100122
Binary10110101110111001110111111000100001101100100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5dcef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5dcef; }

 p { color: rgb(181,220,239); }

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

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

 a { background-color: rgb(181,220,239); }

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

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

 span { border-color: rgb(181,220,239); }

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