#B3D9EA

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

Shades of Light Blue #B3D9EA

Tints of Light Blue #B3D9EA

Color information

#B3D9EA (or 0xB3D9EA) is unknown color: approx Light Blue. HEX triplet: B3, D9 and EA. RGB value is (179,217,234). Sum of RGB (Red+Green+Blue) = 179+217+234=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D9EA is #4C2615. Grayscale: #CFCFCF. Windows color (decimal): -4990486 or 15391155. OLE color: 15391155.

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

Color convert

RGB179217234-
CMYK0.240.0700.08
HSL198.55º56.7%80.98%-
HSV(B)198.55º23.5%91.76%-
XYZ58.2565.1587.35-
YUV207.58142.91107.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=28.41%
G=34.44%
B=37.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792172340.240.0700.08198.5556.780.98
HexB3D9EA18708c73951
Octal26333135230701030771121
Binary1011001111011001111010101100011101000110001111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D9EA; }

 p { color: rgb(179,217,234); }

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

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

 a { background-color: rgb(179,217,234); }

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

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

 span { border-color: rgb(179,217,234); }

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