Html Css Color HEX #B5E1EF Light Blue

📋 copy color: '#B5E1EF'

red 181 ◦ green 225 ◦ blue 239

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

Shades of Light Blue #B5E1EF

Tints of Light Blue #B5E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.88%

 BLUE value IS 239 (93.75% from 255) = 37.05%

R = 28.06%
G = 34.88%
B = 37.05%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5E1EF (or 0xB5E1EF) is known color: Light Blue. HEX triplet: B5, E1 and EF. RGB value is (181,225,239). Sum of RGB (Red+Green+Blue) = 181+225+239=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E1EF is #4A1E10. Grayscale: #D5D5D5. Windows color (decimal): -4857361 or 15720885. OLE color: 15720885.

HSL color Cylindrical-coordinate representation of color #B5E1EF: hue angle of 194.48º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5E1EF is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 225 239 -
CMYK 0.24 0.06 0 0.06
HSL 194.48º 0.64% 0.82% -
HSV(B) 194.48º 0.24% 0.94% -
XYZ 61.56 69.91 91.91 -
YUV 213.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 181 225 239 0.24 0.06 0 0.06 194.48 0.64 0.82
Hex B5 E1 EF 18 6 0 6 C2 40 52
Octal 265 341 357 30 6 0 6 302 100 122
Binary 10110101 11100001 11101111 11000 110 0 110 11000010 1000000 1010010

Color Harmonies of #B5E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E1EF

Black with #B5E1EF

Text Example


Text Example

White with #B5E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E1EF; }

 p { color: rgb(181,225,239); }

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

background-color css

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

 a { background-color: rgb(181,225,239); }

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

border-color css

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

 span { border-color: rgb(181,225,239); }

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