Html Css Color HEX #B1DDF7 Light Blue

📋 copy color: '#B1DDF7'

red 177 ◦ green 221 ◦ blue 247

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

Shades of Light Blue #B1DDF7

Tints of Light Blue #B1DDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.29%

R = 27.44%
G = 34.26%
B = 38.29%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1DDF7 (or 0xB1DDF7) is known color: Light Blue. HEX triplet: B1, DD and F7. RGB value is (177,221,247). Sum of RGB (Red+Green+Blue) = 177+221+247=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #B1DDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDF7 is #4E2208. Grayscale: #D2D2D2. Windows color (decimal): -5120521 or 16244145. OLE color: 16244145.

HSL color Cylindrical-coordinate representation of color #B1DDF7: hue angle of 202.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1DDF7 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 221 247 -
CMYK 0.28 0.11 0 0.03
HSL 202.29º 0.81% 0.83% -
HSV(B) 202.29º 0.28% 0.97% -
XYZ 60.78 67.78 97.87 -
YUV 210.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 177 221 247 0.28 0.11 0 0.03 202.29 0.81 0.83
Hex B1 DD F7 1C B 0 3 CA 51 53
Octal 261 335 367 34 13 0 3 312 121 123
Binary 10110001 11011101 11110111 11100 1011 0 11 11001010 1010001 1010011

Color Harmonies of #B1DDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDF7

Black with #B1DDF7

Text Example


Text Example

White with #B1DDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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