#B3D5EB

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

Shades of Light Blue #B3D5EB

Tints of Light Blue #B3D5EB

Color information

#B3D5EB (or 0xB3D5EB) is unknown color: approx Light Blue. HEX triplet: B3, D5 and EB. RGB value is (179,213,235). Sum of RGB (Red+Green+Blue) = 179+213+235=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D5EB is #4C2A14. Grayscale: #CDCDCD. Windows color (decimal): -4991509 or 15455667. OLE color: 15455667.

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

Color convert

RGB179213235-
CMYK0.240.0900.08
HSL203.57º58.33%81.18%-
HSV(B)203.57º23.83%92.16%-
XYZ57.3863.1787.77-
YUV205.34144.74109.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.55%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=28.55%
G=33.97%
B=37.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792132350.240.0900.08203.5758.3381.18
HexB3D5EB18908cc3a51
Octal263325353301101031472121
Binary10110011110101011110101111000100101000110011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D5EB; }

 p { color: rgb(179,213,235); }

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

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

 a { background-color: rgb(179,213,235); }

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

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

 span { border-color: rgb(179,213,235); }

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