Html Css Color HEX #B1DEEB Light Blue

📋 copy color: '#B1DEEB'

red 177 ◦ green 222 ◦ blue 235

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

Shades of Light Blue #B1DEEB

Tints of Light Blue #B1DEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 27.92%
G = 35.02%
B = 37.07%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1DEEB (or 0xB1DEEB) is known color: Light Blue. HEX triplet: B1, DE and EB. RGB value is (177,222,235). Sum of RGB (Red+Green+Blue) = 177+222+235=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1DEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEEB is #4E2114. Grayscale: #D1D1D1. Windows color (decimal): -5120277 or 15457969. OLE color: 15457969.

HSL color Cylindrical-coordinate representation of color #B1DEEB: hue angle of 193.45º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1DEEB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 222 235 -
CMYK 0.25 0.06 0 0.08
HSL 193.45º 0.59% 0.81% -
HSV(B) 193.45º 0.25% 0.92% -
XYZ 59.25 67.59 88.52 -
YUV 210.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 177 222 235 0.25 0.06 0 0.08 193.45 0.59 0.81
Hex B1 DE EB 19 6 0 8 C1 3B 51
Octal 261 336 353 31 6 0 10 301 73 121
Binary 10110001 11011110 11101011 11001 110 0 1000 11000001 111011 1010001

Color Harmonies of #B1DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEEB

Black with #B1DEEB

Text Example


Text Example

White with #B1DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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