Html Css Color HEX #B0DEEA Light Blue

📋 copy color: '#B0DEEA'

red 176 ◦ green 222 ◦ blue 234

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

Shades of Light Blue #B0DEEA

Tints of Light Blue #B0DEEA

RGB

 RED value IS 176 (69.14% from 255) = 27.85%

 GREEN value IS 222 (87.11% from 255) = 35.13%

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

R = 27.85%
G = 35.13%
B = 37.03%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0DEEA (or 0xB0DEEA) is known color: Light Blue. HEX triplet: B0, DE and EA. RGB value is (176,222,234). Sum of RGB (Red+Green+Blue) = 176+222+234=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 222 (87.11% from 255 or 35.13% 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 #B0DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEEA is #4F2115. Grayscale: #D1D1D1. Windows color (decimal): -5185814 or 15392432. OLE color: 15392432.

HSL color Cylindrical-coordinate representation of color #B0DEEA: hue angle of 192.41º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DEEA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 222 234 -
CMYK 0.25 0.05 0 0.08
HSL 192.41º 0.58% 0.8% -
HSV(B) 192.41º 0.25% 0.92% -
XYZ 58.88 67.41 87.75 -
YUV 209.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 176 222 234 0.25 0.05 0 0.08 192.41 0.58 0.8
Hex B0 DE EA 19 5 0 8 C0 3A 50
Octal 260 336 352 31 5 0 10 300 72 120
Binary 10110000 11011110 11101010 11001 101 0 1000 11000000 111010 1010000

Color Harmonies of #B0DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEEA

Black with #B0DEEA

Text Example


Text Example

White with #B0DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEEA; }

 p { color: rgb(176,222,234); }

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

background-color css

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

 a { background-color: rgb(176,222,234); }

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

border-color css

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

 span { border-color: rgb(176,222,234); }

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