Html Css Color HEX #B1E3F9 Light Blue

📋 copy color: '#B1E3F9'

red 177 ◦ green 227 ◦ blue 249

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

Shades of Light Blue #B1E3F9

Tints of Light Blue #B1E3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.76%

 BLUE value IS 249 (97.66% from 255) = 38.13%

R = 27.11%
G = 34.76%
B = 38.13%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1E3F9 (or 0xB1E3F9) is known color: Light Blue. HEX triplet: B1, E3 and F9. RGB value is (177,227,249). Sum of RGB (Red+Green+Blue) = 177+227+249=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1E3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E3F9 is #4E1C06. Grayscale: #D6D6D6. Windows color (decimal): -5118983 or 16376753. OLE color: 16376753.

HSL color Cylindrical-coordinate representation of color #B1E3F9: hue angle of 198.33º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1E3F9 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 227 249 -
CMYK 0.29 0.09 0 0.02
HSL 198.33º 0.86% 0.84% -
HSV(B) 198.33º 0.29% 0.98% -
XYZ 62.7 71.12 100.05 -
YUV 214.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 177 227 249 0.29 0.09 0 0.02 198.33 0.86 0.84
Hex B1 E3 F9 1D 9 0 2 C6 56 54
Octal 261 343 371 35 11 0 2 306 126 124
Binary 10110001 11100011 11111001 11101 1001 0 10 11000110 1010110 1010100

Color Harmonies of #B1E3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E3F9

Black with #B1E3F9

Text Example


Text Example

White with #B1E3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E3F9; }

 p { color: rgb(177,227,249); }

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

background-color css

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

 a { background-color: rgb(177,227,249); }

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

border-color css

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

 span { border-color: rgb(177,227,249); }

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