Html Css Color HEX #B1DEF0 Light Blue

📋 copy color: '#B1DEF0'

red 177 ◦ green 222 ◦ blue 240

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

Shades of Light Blue #B1DEF0

Tints of Light Blue #B1DEF0

RGB

 RED value IS 177 (69.53% from 255) = 27.7%

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

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

R = 27.7%
G = 34.74%
B = 37.56%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1DEF0 (or 0xB1DEF0) is known color: Light Blue. HEX triplet: B1, DE and F0. RGB value is (177,222,240). Sum of RGB (Red+Green+Blue) = 177+222+240=639 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.70% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #B1DEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEF0 is #4E210F. Grayscale: #D2D2D2. Windows color (decimal): -5120272 or 15785649. OLE color: 15785649.

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

Color convert

RGB 177 222 240 -
CMYK 0.26 0.08 0 0.06
HSL 197.14º 0.68% 0.82% -
HSV(B) 197.14º 0.26% 0.94% -
XYZ 59.98 67.88 92.38 -
YUV 210.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 177 222 240 0.26 0.08 0 0.06 197.14 0.68 0.82
Hex B1 DE F0 1A 8 0 6 C5 44 52
Octal 261 336 360 32 10 0 6 305 104 122
Binary 10110001 11011110 11110000 11010 1000 0 110 11000101 1000100 1010010

Color Harmonies of #B1DEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEF0

Black with #B1DEF0

Text Example


Text Example

White with #B1DEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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