Html Css Color HEX #B5E5EA Powder Blue

📋 copy color: '#B5E5EA'

red 181 ◦ green 229 ◦ blue 234

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

Shades of Powder Blue #B5E5EA

Tints of Powder Blue #B5E5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.56%

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

R = 28.11%
G = 35.56%
B = 36.34%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5E5EA (or 0xB5E5EA) is known color: Powder Blue. HEX triplet: B5, E5 and EA. RGB value is (181,229,234). Sum of RGB (Red+Green+Blue) = 181+229+234=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E5EA is #4A1A15. Grayscale: #D7D7D7. Windows color (decimal): -4856342 or 15394229. OLE color: 15394229.

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

Color convert

RGB 181 229 234 -
CMYK 0.23 0.02 0 0.08
HSL 185.66º 0.56% 0.81% -
HSV(B) 185.66º 0.23% 0.92% -
XYZ 61.93 71.8 88.44 -
YUV 215.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 181 229 234 0.23 0.02 0 0.08 185.66 0.56 0.81
Hex B5 E5 EA 17 2 0 8 BA 38 51
Octal 265 345 352 27 2 0 10 272 70 121
Binary 10110101 11100101 11101010 10111 10 0 1000 10111010 111000 1010001

Color Harmonies of #B5E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E5EA

Black with #B5E5EA

Text Example


Text Example

White with #B5E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E5EA; }

 p { color: rgb(181,229,234); }

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

background-color css

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

 a { background-color: rgb(181,229,234); }

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

border-color css

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

 span { border-color: rgb(181,229,234); }

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