Html Css Color HEX #B2DEEB Light Blue

📋 copy color: '#B2DEEB'

red 178 ◦ green 222 ◦ blue 235

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

Shades of Light Blue #B2DEEB

Tints of Light Blue #B2DEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 28.03%
G = 34.96%
B = 37.01%

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

#B2DEEB (or 0xB2DEEB) is known color: Light Blue. HEX triplet: B2, DE and EB. RGB value is (178,222,235). Sum of RGB (Red+Green+Blue) = 178+222+235=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2DEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEEB is #4D2114. Grayscale: #D2D2D2. Windows color (decimal): -5054741 or 15457970. OLE color: 15457970.

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

Color convert

RGB 178 222 235 -
CMYK 0.24 0.06 0 0.08
HSL 193.68º 0.59% 0.81% -
HSV(B) 193.68º 0.24% 0.92% -
XYZ 59.48 67.71 88.53 -
YUV 210.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 178 222 235 0.24 0.06 0 0.08 193.68 0.59 0.81
Hex B2 DE EB 18 6 0 8 C2 3B 51
Octal 262 336 353 30 6 0 10 302 73 121
Binary 10110010 11011110 11101011 11000 110 0 1000 11000010 111011 1010001

Color Harmonies of #B2DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEEB

Black with #B2DEEB

Text Example


Text Example

White with #B2DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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