Html Css Color HEX #B1DEEA Light Blue

📋 copy color: '#B1DEEA'

red 177 ◦ green 222 ◦ blue 234

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

Shades of Light Blue #B1DEEA

Tints of Light Blue #B1DEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 27.96%
G = 35.07%
B = 36.97%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1DEEA (or 0xB1DEEA) is known color: Light Blue. HEX triplet: B1, DE and EA. RGB value is (177,222,234). Sum of RGB (Red+Green+Blue) = 177+222+234=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEEA is #4E2115. Grayscale: #D1D1D1. Windows color (decimal): -5120278 or 15392433. OLE color: 15392433.

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

Color convert

RGB 177 222 234 -
CMYK 0.24 0.05 0 0.08
HSL 192.63º 0.58% 0.81% -
HSV(B) 192.63º 0.24% 0.92% -
XYZ 59.1 67.53 87.76 -
YUV 209.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 177 222 234 0.24 0.05 0 0.08 192.63 0.58 0.81
Hex B1 DE EA 18 5 0 8 C1 3A 51
Octal 261 336 352 30 5 0 10 301 72 121
Binary 10110001 11011110 11101010 11000 101 0 1000 11000001 111010 1010001

Color Harmonies of #B1DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEEA

Black with #B1DEEA

Text Example


Text Example

White with #B1DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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