Html Css Color HEX #B1D1E3 Light Blue

📋 copy color: '#B1D1E3'

red 177 ◦ green 209 ◦ blue 227

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

Shades of Light Blue #B1D1E3

Tints of Light Blue #B1D1E3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.09%

 BLUE value IS 227 (89.06% from 255) = 37.03%

R = 28.87%
G = 34.09%
B = 37.03%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B1D1E3 (or 0xB1D1E3) is known color: Light Blue. HEX triplet: B1, D1 and E3. RGB value is (177,209,227). Sum of RGB (Red+Green+Blue) = 177+209+227=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #B1D1E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D1E3 is #4E2E1C. Grayscale: #C9C9C9. Windows color (decimal): -5123613 or 14930353. OLE color: 14930353.

HSL color Cylindrical-coordinate representation of color #B1D1E3: hue angle of 201.6º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1D1E3 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 209 227 -
CMYK 0.22 0.08 0 0.11
HSL 201.6º 0.47% 0.79% -
HSV(B) 201.6º 0.22% 0.89% -
XYZ 54.8 60.49 81.46 -
YUV 201.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 177 209 227 0.22 0.08 0 0.11 201.6 0.47 0.79
Hex B1 D1 E3 16 8 0 B CA 2F 4F
Octal 261 321 343 26 10 0 13 312 57 117
Binary 10110001 11010001 11100011 10110 1000 0 1011 11001010 101111 1001111

Color Harmonies of #B1D1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D1E3

Black with #B1D1E3

Text Example


Text Example

White with #B1D1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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