Html Css Color HEX #B2DEF1 Light Blue

📋 copy color: '#B2DEF1'

red 178 ◦ green 222 ◦ blue 241

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

Shades of Light Blue #B2DEF1

Tints of Light Blue #B2DEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 27.77%
G = 34.63%
B = 37.6%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2DEF1 (or 0xB2DEF1) is known color: Light Blue. HEX triplet: B2, DE and F1. RGB value is (178,222,241). Sum of RGB (Red+Green+Blue) = 178+222+241=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEF1 is #4D210E. Grayscale: #D2D2D2. Windows color (decimal): -5054735 or 15851186. OLE color: 15851186.

HSL color Cylindrical-coordinate representation of color #B2DEF1: hue angle of 198.1º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2DEF1 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 222 241 -
CMYK 0.26 0.08 0 0.05
HSL 198.1º 0.69% 0.82% -
HSV(B) 198.1º 0.26% 0.95% -
XYZ 60.36 68.06 93.17 -
YUV 211.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 178 222 241 0.26 0.08 0 0.05 198.1 0.69 0.82
Hex B2 DE F1 1A 8 0 5 C6 45 52
Octal 262 336 361 32 10 0 5 306 105 122
Binary 10110010 11011110 11110001 11010 1000 0 101 11000110 1000101 1010010

Color Harmonies of #B2DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEF1

Black with #B2DEF1

Text Example


Text Example

White with #B2DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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