Html Css Color HEX #B3DBEA Light Blue

📋 copy color: '#B3DBEA'

red 179 ◦ green 219 ◦ blue 234

#B3DBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #B3DBEA

Tints of Light Blue #B3DBEA

RGB

 RED value IS 179 (70.31% from 255) = 28.32%

 GREEN value IS 219 (85.94% from 255) = 34.65%

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 28.32%
G = 34.65%
B = 37.03%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3DBEA (or 0xB3DBEA) is known color: Light Blue. HEX triplet: B3, DB and EA. RGB value is (179,219,234). Sum of RGB (Red+Green+Blue) = 179+219+234=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBEA is #4C2415. Grayscale: #D0D0D0. Windows color (decimal): -4989974 or 15391667. OLE color: 15391667.

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

Color convert

RGB 179 219 234 -
CMYK 0.24 0.06 0 0.08
HSL 196.36º 0.57% 0.81% -
HSV(B) 196.36º 0.24% 0.92% -
XYZ 58.77 66.19 87.52 -
YUV 208.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 179 219 234 0.24 0.06 0 0.08 196.36 0.57 0.81
Hex B3 DB EA 18 6 0 8 C4 39 51
Octal 263 333 352 30 6 0 10 304 71 121
Binary 10110011 11011011 11101010 11000 110 0 1000 11000100 111001 1010001

Color Harmonies of #B3DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBEA

Black with #B3DBEA

Text Example


Text Example

White with #B3DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBEA; }

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

 H1.HeaderClassName
 {
   color: #B3DBEA;
 }
 .AnyTagClassName
 {
   color: #B3DBEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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