Html Css Color HEX #B1DFF7 Light Blue

📋 copy color: '#B1DFF7'

red 177 ◦ green 223 ◦ blue 247

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

Shades of Light Blue #B1DFF7

Tints of Light Blue #B1DFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.47%

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

R = 27.36%
G = 34.47%
B = 38.18%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1DFF7 (or 0xB1DFF7) is known color: Light Blue. HEX triplet: B1, DF and F7. RGB value is (177,223,247). Sum of RGB (Red+Green+Blue) = 177+223+247=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #B1DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFF7 is #4E2008. Grayscale: #D3D3D3. Windows color (decimal): -5120009 or 16244657. OLE color: 16244657.

HSL color Cylindrical-coordinate representation of color #B1DFF7: hue angle of 200.57º 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 #B1DFF7 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 223 247 -
CMYK 0.28 0.10 0 0.03
HSL 200.57º 0.81% 0.83% -
HSV(B) 200.57º 0.28% 0.97% -
XYZ 61.31 68.84 98.05 -
YUV 211.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 177 223 247 0.28 0.10 0 0.03 200.57 0.81 0.83
Hex B1 DF F7 1C A 0 3 C9 51 53
Octal 261 337 367 34 12 0 3 311 121 123
Binary 10110001 11011111 11110111 11100 1010 0 11 11001001 1010001 1010011

Color Harmonies of #B1DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFF7

Black with #B1DFF7

Text Example


Text Example

White with #B1DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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