Html Css Color HEX #B2DEEA Light Blue

📋 copy color: '#B2DEEA'

red 178 ◦ green 222 ◦ blue 234

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

Shades of Light Blue #B2DEEA

Tints of Light Blue #B2DEEA

RGB

 RED value IS 178 (69.92% from 255) = 28.08%

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

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

R = 28.08%
G = 35.02%
B = 36.91%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2DEEA (or 0xB2DEEA) is known color: Light Blue. HEX triplet: B2, DE and EA. RGB value is (178,222,234). Sum of RGB (Red+Green+Blue) = 178+222+234=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEEA is #4D2115. Grayscale: #D2D2D2. Windows color (decimal): -5054742 or 15392434. OLE color: 15392434.

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

Color convert

RGB 178 222 234 -
CMYK 0.24 0.05 0 0.08
HSL 192.86º 0.57% 0.81% -
HSV(B) 192.86º 0.24% 0.92% -
XYZ 59.33 67.65 87.77 -
YUV 210.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 178 222 234 0.24 0.05 0 0.08 192.86 0.57 0.81
Hex B2 DE EA 18 5 0 8 C1 39 51
Octal 262 336 352 30 5 0 10 301 71 121
Binary 10110010 11011110 11101010 11000 101 0 1000 11000001 111001 1010001

Color Harmonies of #B2DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEEA

Black with #B2DEEA

Text Example


Text Example

White with #B2DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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