Html Css Color HEX #B5E1EE Powder Blue

📋 copy color: '#B5E1EE'

red 181 ◦ green 225 ◦ blue 238

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

Shades of Powder Blue #B5E1EE

Tints of Powder Blue #B5E1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.96%

R = 28.11%
G = 34.94%
B = 36.96%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5E1EE (or 0xB5E1EE) is known color: Powder Blue. HEX triplet: B5, E1 and EE. RGB value is (181,225,238). Sum of RGB (Red+Green+Blue) = 181+225+238=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5E1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E1EE is #4A1E11. Grayscale: #D5D5D5. Windows color (decimal): -4857362 or 15655349. OLE color: 15655349.

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

Color convert

RGB 181 225 238 -
CMYK 0.24 0.05 0 0.07
HSL 193.68º 0.63% 0.82% -
HSV(B) 193.68º 0.24% 0.93% -
XYZ 61.41 69.85 91.13 -
YUV 213.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 181 225 238 0.24 0.05 0 0.07 193.68 0.63 0.82
Hex B5 E1 EE 18 5 0 7 C2 3F 52
Octal 265 341 356 30 5 0 7 302 77 122
Binary 10110101 11100001 11101110 11000 101 0 111 11000010 111111 1010010

Color Harmonies of #B5E1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E1EE

Black with #B5E1EE

Text Example


Text Example

White with #B5E1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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