Html Css Color HEX #9EACED Perano

📋 copy color: '#9EACED'

red 158 ◦ green 172 ◦ blue 237

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

Shades of Perano #9EACED

Tints of Perano #9EACED

RGB

 RED value IS 158 (62.11% from 255) = 27.87%

 GREEN value IS 172 (67.58% from 255) = 30.34%

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 27.87%
G = 30.34%
B = 41.8%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EACED (or 0x9EACED) is known color: Perano. HEX triplet: 9E, AC and ED. RGB value is (158,172,237). Sum of RGB (Red+Green+Blue) = 158+172+237=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACED is #615312. Grayscale: #AEAEAE. Windows color (decimal): -6378259 or 15576222. OLE color: 15576222.

HSL color Cylindrical-coordinate representation of color #9EACED: hue angle of 229.37º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EACED is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 172 237 -
CMYK 0.33 0.27 0 0.07
HSL 229.37º 0.69% 0.77% -
HSV(B) 229.37º 0.33% 0.93% -
XYZ 44.14 42.89 86.07 -
YUV 175.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 158 172 237 0.33 0.27 0 0.07 229.37 0.69 0.77
Hex 9E AC ED 21 1B 0 7 E5 45 4D
Octal 236 254 355 41 33 0 7 345 105 115
Binary 10011110 10101100 11101101 100001 11011 0 111 11100101 1000101 1001101

Color Harmonies of #9EACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACED

Black with #9EACED

Text Example


Text Example

White with #9EACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EACED; }

 p { color: rgb(158,172,237); }

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

background-color css

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

 a { background-color: rgb(158,172,237); }

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

border-color css

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

 span { border-color: rgb(158,172,237); }

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