#B3DAED

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

Shades of Light Blue #B3DAED

Tints of Light Blue #B3DAED

Color information

#B3DAED (or 0xB3DAED) is unknown color: approx Light Blue. HEX triplet: B3, DA and ED. RGB value is (179,218,237). Sum of RGB (Red+Green+Blue) = 179+218+237=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DAED is #4C2512. Grayscale: #D0D0D0. Windows color (decimal): -4990227 or 15588019. OLE color: 15588019.

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

Color convert

RGB179218237-
CMYK0.240.0800.07
HSL199.66º61.7%81.57%-
HSV(B)199.66º24.47%92.94%-
XYZ58.9565.8489.72-
YUV208.5144.08106.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.23%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=28.23%
G=34.38%
B=37.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792182370.240.0800.07199.6661.781.57
HexB3DAED18807c83e52
Octal26333235530100731076122
Binary1011001111011010111011011100010000111110010001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAED; }

 p { color: rgb(179,218,237); }

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

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

 a { background-color: rgb(179,218,237); }

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

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

 span { border-color: rgb(179,218,237); }

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