Html Css Color HEX #B2DBE9 Light Blue

📋 copy color: '#B2DBE9'

red 178 ◦ green 219 ◦ blue 233

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

Shades of Light Blue #B2DBE9

Tints of Light Blue #B2DBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 28.25%
G = 34.76%
B = 36.98%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B2DBE9 (or 0xB2DBE9) is known color: Light Blue. HEX triplet: B2, DB and E9. RGB value is (178,219,233). Sum of RGB (Red+Green+Blue) = 178+219+233=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #B2DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBE9 is #4D2416. Grayscale: #D0D0D0. Windows color (decimal): -5055511 or 15326130. OLE color: 15326130.

HSL color Cylindrical-coordinate representation of color #B2DBE9: hue angle of 195.27º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2DBE9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 219 233 -
CMYK 0.24 0.06 0 0.09
HSL 195.27º 0.56% 0.81% -
HSV(B) 195.27º 0.24% 0.91% -
XYZ 58.4 66.01 86.75 -
YUV 208.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 178 219 233 0.24 0.06 0 0.09 195.27 0.56 0.81
Hex B2 DB E9 18 6 0 9 C3 38 51
Octal 262 333 351 30 6 0 11 303 70 121
Binary 10110010 11011011 11101001 11000 110 0 1001 11000011 111000 1010001

Color Harmonies of #B2DBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBE9

Black with #B2DBE9

Text Example


Text Example

White with #B2DBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBE9; }

 p { color: rgb(178,219,233); }

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

background-color css

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

 a { background-color: rgb(178,219,233); }

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

border-color css

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

 span { border-color: rgb(178,219,233); }

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