Html Css Color HEX #B5D7EC Light Blue

📋 copy color: '#B5D7EC'

red 181 ◦ green 215 ◦ blue 236

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

Shades of Light Blue #B5D7EC

Tints of Light Blue #B5D7EC

RGB

 RED value IS 181 (71.09% from 255) = 28.64%

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 28.64%
G = 34.02%
B = 37.34%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5D7EC (or 0xB5D7EC) is known color: Light Blue. HEX triplet: B5, D7 and EC. RGB value is (181,215,236). Sum of RGB (Red+Green+Blue) = 181+215+236=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5D7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D7EC is #4A2813. Grayscale: #CFCFCF. Windows color (decimal): -4859924 or 15521717. OLE color: 15521717.

HSL color Cylindrical-coordinate representation of color #B5D7EC: hue angle of 202.91º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D7EC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 215 236 -
CMYK 0.23 0.09 0 0.07
HSL 202.91º 0.59% 0.82% -
HSV(B) 202.91º 0.23% 0.93% -
XYZ 58.5 64.48 88.72 -
YUV 207.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 181 215 236 0.23 0.09 0 0.07 202.91 0.59 0.82
Hex B5 D7 EC 17 9 0 7 CB 3B 52
Octal 265 327 354 27 11 0 7 313 73 122
Binary 10110101 11010111 11101100 10111 1001 0 111 11001011 111011 1010010

Color Harmonies of #B5D7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D7EC

Black with #B5D7EC

Text Example


Text Example

White with #B5D7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D7EC; }

 p { color: rgb(181,215,236); }

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

background-color css

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

 a { background-color: rgb(181,215,236); }

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

border-color css

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

 span { border-color: rgb(181,215,236); }

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