Html Css Color HEX #B1D7EA Light Blue

📋 copy color: '#B1D7EA'

red 177 ◦ green 215 ◦ blue 234

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

Shades of Light Blue #B1D7EA

Tints of Light Blue #B1D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.35%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 28.27%
G = 34.35%
B = 37.38%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1D7EA (or 0xB1D7EA) is known color: Light Blue. HEX triplet: B1, D7 and EA. RGB value is (177,215,234). Sum of RGB (Red+Green+Blue) = 177+215+234=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1D7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D7EA is #4E2815. Grayscale: #CDCDCD. Windows color (decimal): -5122070 or 15390641. OLE color: 15390641.

HSL color Cylindrical-coordinate representation of color #B1D7EA: hue angle of 200º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1D7EA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 215 234 -
CMYK 0.24 0.08 0 0.08
HSL 200º 0.58% 0.81% -
HSV(B) 200º 0.24% 0.92% -
XYZ 57.28 63.89 87.15 -
YUV 205.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 177 215 234 0.24 0.08 0 0.08 200 0.58 0.81
Hex B1 D7 EA 18 8 0 8 C8 3A 51
Octal 261 327 352 30 10 0 10 310 72 121
Binary 10110001 11010111 11101010 11000 1000 0 1000 11001000 111010 1010001

Color Harmonies of #B1D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D7EA

Black with #B1D7EA

Text Example


Text Example

White with #B1D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D7EA; }

 p { color: rgb(177,215,234); }

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

background-color css

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

 a { background-color: rgb(177,215,234); }

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

border-color css

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

 span { border-color: rgb(177,215,234); }

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