#B3DBED

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

Shades of Light Blue #B3DBED

Tints of Light Blue #B3DBED

Color information

#B3DBED (or 0xB3DBED) is unknown color: approx Light Blue. HEX triplet: B3, DB and ED. RGB value is (179,219,237). Sum of RGB (Red+Green+Blue) = 179+219+237=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBED is #4C2412. Grayscale: #D0D0D0. Windows color (decimal): -4989971 or 15588275. OLE color: 15588275.

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

Color convert

RGB179219237-
CMYK0.240.0800.07
HSL198.62º61.7%81.57%-
HSV(B)198.62º24.47%92.94%-
XYZ59.2166.3689.81-
YUV209.09143.75106.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=28.19%
G=34.49%
B=37.32%

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
Decimal1792192370.240.0800.07198.6261.781.57
HexB3DBED18807c73e52
Octal26333335530100730776122
Binary1011001111011011111011011100010000111110001111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBED; }

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

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

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

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

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

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

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

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