Html Css Color HEX #B3DAEA Light Blue

📋 copy color: '#B3DAEA'

red 179 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #B3DAEA

Tints of Light Blue #B3DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.55%

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

R = 28.37%
G = 34.55%
B = 37.08%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3DAEA (or 0xB3DAEA) is known color: Light Blue. HEX triplet: B3, DA and EA. RGB value is (179,218,234). Sum of RGB (Red+Green+Blue) = 179+218+234=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DAEA is #4C2515. Grayscale: #D0D0D0. Windows color (decimal): -4990230 or 15391411. OLE color: 15391411.

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

Color convert

RGB 179 218 234 -
CMYK 0.24 0.07 0 0.08
HSL 197.45º 0.57% 0.81% -
HSV(B) 197.45º 0.24% 0.92% -
XYZ 58.51 65.67 87.43 -
YUV 208.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 179 218 234 0.24 0.07 0 0.08 197.45 0.57 0.81
Hex B3 DA EA 18 7 0 8 C5 39 51
Octal 263 332 352 30 7 0 10 305 71 121
Binary 10110011 11011010 11101010 11000 111 0 1000 11000101 111001 1010001

Color Harmonies of #B3DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DAEA

Black with #B3DAEA

Text Example


Text Example

White with #B3DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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