Html Css Color HEX #B0DEF1 Light Blue

📋 copy color: '#B0DEF1'

red 176 ◦ green 222 ◦ blue 241

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

Shades of Light Blue #B0DEF1

Tints of Light Blue #B0DEF1

RGB

 RED value IS 176 (69.14% from 255) = 27.54%

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

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

R = 27.54%
G = 34.74%
B = 37.72%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0DEF1 (or 0xB0DEF1) is known color: Light Blue. HEX triplet: B0, DE and F1. RGB value is (176,222,241). Sum of RGB (Red+Green+Blue) = 176+222+241=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEF1 is #4F210E. Grayscale: #D2D2D2. Windows color (decimal): -5185807 or 15851184. OLE color: 15851184.

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

Color convert

RGB 176 222 241 -
CMYK 0.27 0.08 0 0.05
HSL 197.54º 0.7% 0.82% -
HSV(B) 197.54º 0.27% 0.95% -
XYZ 59.9 67.82 93.15 -
YUV 210.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 176 222 241 0.27 0.08 0 0.05 197.54 0.7 0.82
Hex B0 DE F1 1B 8 0 5 C6 46 52
Octal 260 336 361 33 10 0 5 306 106 122
Binary 10110000 11011110 11110001 11011 1000 0 101 11000110 1000110 1010010

Color Harmonies of #B0DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEF1

Black with #B0DEF1

Text Example


Text Example

White with #B0DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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