Html Css Color HEX #9EACF7 Perano

📋 copy color: '#9EACF7'

red 158 ◦ green 172 ◦ blue 247

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

Shades of Perano #9EACF7

Tints of Perano #9EACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.81%

R = 27.38%
G = 29.81%
B = 42.81%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9EACF7 (or 0x9EACF7) is known color: Perano. HEX triplet: 9E, AC and F7. RGB value is (158,172,247). Sum of RGB (Red+Green+Blue) = 158+172+247=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #9EACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACF7 is #615308. Grayscale: #B0B0B0. Windows color (decimal): -6378249 or 16231582. OLE color: 16231582.

HSL color Cylindrical-coordinate representation of color #9EACF7: hue angle of 230.56º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EACF7 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 158 172 247 -
CMYK 0.36 0.30 0 0.03
HSL 230.56º 0.85% 0.79% -
HSV(B) 230.56º 0.36% 0.97% -
XYZ 45.64 43.49 93.98 -
YUV 176.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 158 172 247 0.36 0.30 0 0.03 230.56 0.85 0.79
Hex 9E AC F7 24 1E 0 3 E7 55 4F
Octal 236 254 367 44 36 0 3 347 125 117
Binary 10011110 10101100 11110111 100100 11110 0 11 11100111 1010101 1001111

Color Harmonies of #9EACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACF7

Black with #9EACF7

Text Example


Text Example

White with #9EACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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