Html Css Color HEX #B2DBEE Light Blue

📋 copy color: '#B2DBEE'

red 178 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #B2DBEE

Tints of Light Blue #B2DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 28.03%
G = 34.49%
B = 37.48%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2DBEE (or 0xB2DBEE) is known color: Light Blue. HEX triplet: B2, DB and EE. RGB value is (178,219,238). Sum of RGB (Red+Green+Blue) = 178+219+238=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBEE is #4D2411. Grayscale: #D0D0D0. Windows color (decimal): -5055506 or 15653810. OLE color: 15653810.

HSL color Cylindrical-coordinate representation of color #B2DBEE: hue angle of 199º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DBEE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 219 238 -
CMYK 0.25 0.08 0 0.07
HSL 199º 0.64% 0.82% -
HSV(B) 199º 0.25% 0.93% -
XYZ 59.12 66.3 90.57 -
YUV 208.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 178 219 238 0.25 0.08 0 0.07 199 0.64 0.82
Hex B2 DB EE 19 8 0 7 C7 40 52
Octal 262 333 356 31 10 0 7 307 100 122
Binary 10110010 11011011 11101110 11001 1000 0 111 11000111 1000000 1010010

Color Harmonies of #B2DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBEE

Black with #B2DBEE

Text Example


Text Example

White with #B2DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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