Html Css Color HEX #B5E7EF Powder Blue

📋 copy color: '#B5E7EF'

red 181 ◦ green 231 ◦ blue 239

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

Shades of Powder Blue #B5E7EF

Tints of Powder Blue #B5E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.48%

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

R = 27.8%
G = 35.48%
B = 36.71%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5E7EF (or 0xB5E7EF) is known color: Powder Blue. HEX triplet: B5, E7 and EF. RGB value is (181,231,239). Sum of RGB (Red+Green+Blue) = 181+231+239=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E7EF is #4A1810. Grayscale: #D8D8D8. Windows color (decimal): -4855825 or 15722421. OLE color: 15722421.

HSL color Cylindrical-coordinate representation of color #B5E7EF: hue angle of 188.28º 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 #B5E7EF is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 231 239 -
CMYK 0.24 0.03 0 0.06
HSL 188.28º 0.64% 0.82% -
HSV(B) 188.28º 0.24% 0.94% -
XYZ 63.21 73.21 92.46 -
YUV 216.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 181 231 239 0.24 0.03 0 0.06 188.28 0.64 0.82
Hex B5 E7 EF 18 3 0 6 BC 40 52
Octal 265 347 357 30 3 0 6 274 100 122
Binary 10110101 11100111 11101111 11000 11 0 110 10111100 1000000 1010010

Color Harmonies of #B5E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E7EF

Black with #B5E7EF

Text Example


Text Example

White with #B5E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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