Html Css Color HEX #B1DDE8 Light Blue

📋 copy color: '#B1DDE8'

red 177 ◦ green 221 ◦ blue 232

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

Shades of Light Blue #B1DDE8

Tints of Light Blue #B1DDE8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.08%

 BLUE value IS 232 (91.02% from 255) = 36.83%

R = 28.1%
G = 35.08%
B = 36.83%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B1DDE8 (or 0xB1DDE8) is known color: Light Blue. HEX triplet: B1, DD and E8. RGB value is (177,221,232). Sum of RGB (Red+Green+Blue) = 177+221+232=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #B1DDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDE8 is #4E2217. Grayscale: #D1D1D1. Windows color (decimal): -5120536 or 15261105. OLE color: 15261105.

HSL color Cylindrical-coordinate representation of color #B1DDE8: hue angle of 192º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1DDE8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 221 232 -
CMYK 0.24 0.05 0 0.09
HSL 192º 0.54% 0.8% -
HSV(B) 192º 0.24% 0.91% -
XYZ 58.55 66.89 86.17 -
YUV 209.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 177 221 232 0.24 0.05 0 0.09 192 0.54 0.8
Hex B1 DD E8 18 5 0 9 C0 36 50
Octal 261 335 350 30 5 0 11 300 66 120
Binary 10110001 11011101 11101000 11000 101 0 1001 11000000 110110 1010000

Color Harmonies of #B1DDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDE8

Black with #B1DDE8

Text Example


Text Example

White with #B1DDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDE8; }

 p { color: rgb(177,221,232); }

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

background-color css

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

 a { background-color: rgb(177,221,232); }

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

border-color css

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

 span { border-color: rgb(177,221,232); }

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