Html Css Color HEX #B2DEF3 Light Blue

📋 copy color: '#B2DEF3'

red 178 ◦ green 222 ◦ blue 243

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

Shades of Light Blue #B2DEF3

Tints of Light Blue #B2DEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.79%

R = 27.68%
G = 34.53%
B = 37.79%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2DEF3 (or 0xB2DEF3) is known color: Light Blue. HEX triplet: B2, DE and F3. RGB value is (178,222,243). Sum of RGB (Red+Green+Blue) = 178+222+243=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2DEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEF3 is #4D210C. Grayscale: #D3D3D3. Windows color (decimal): -5054733 or 15982258. OLE color: 15982258.

HSL color Cylindrical-coordinate representation of color #B2DEF3: hue angle of 199.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2DEF3 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 222 243 -
CMYK 0.27 0.09 0 0.05
HSL 199.38º 0.73% 0.83% -
HSV(B) 199.38º 0.27% 0.95% -
XYZ 60.66 68.18 94.76 -
YUV 211.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 178 222 243 0.27 0.09 0 0.05 199.38 0.73 0.83
Hex B2 DE F3 1B 9 0 5 C7 49 53
Octal 262 336 363 33 11 0 5 307 111 123
Binary 10110010 11011110 11110011 11011 1001 0 101 11000111 1001001 1010011

Color Harmonies of #B2DEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEF3

Black with #B2DEF3

Text Example


Text Example

White with #B2DEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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