Html Css Color HEX #B0DEF0 Light Blue

📋 copy color: '#B0DEF0'

red 176 ◦ green 222 ◦ blue 240

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

Shades of Light Blue #B0DEF0

Tints of Light Blue #B0DEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 27.59%
G = 34.8%
B = 37.62%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0DEF0 (or 0xB0DEF0) is known color: Light Blue. HEX triplet: B0, DE and F0. RGB value is (176,222,240). Sum of RGB (Red+Green+Blue) = 176+222+240=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0DEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEF0 is #4F210F. Grayscale: #D2D2D2. Windows color (decimal): -5185808 or 15785648. OLE color: 15785648.

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

Color convert

RGB 176 222 240 -
CMYK 0.27 0.08 0 0.06
HSL 196.88º 0.68% 0.82% -
HSV(B) 196.88º 0.27% 0.94% -
XYZ 59.75 67.76 92.37 -
YUV 210.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 176 222 240 0.27 0.08 0 0.06 196.88 0.68 0.82
Hex B0 DE F0 1B 8 0 6 C5 44 52
Octal 260 336 360 33 10 0 6 305 104 122
Binary 10110000 11011110 11110000 11011 1000 0 110 11000101 1000100 1010010

Color Harmonies of #B0DEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEF0

Black with #B0DEF0

Text Example


Text Example

White with #B0DEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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