Html Css Color HEX #9EACE6 Perano

📋 copy color: '#9EACE6'

red 158 ◦ green 172 ◦ blue 230

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

Shades of Perano #9EACE6

Tints of Perano #9EACE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 28.21%
G = 30.71%
B = 41.07%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9EACE6 (or 0x9EACE6) is known color: Perano. HEX triplet: 9E, AC and E6. RGB value is (158,172,230). Sum of RGB (Red+Green+Blue) = 158+172+230=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #9EACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACE6 is #615319. Grayscale: #AEAEAE. Windows color (decimal): -6378266 or 15117470. OLE color: 15117470.

HSL color Cylindrical-coordinate representation of color #9EACE6: hue angle of 228.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EACE6 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 172 230 -
CMYK 0.31 0.25 0 0.10
HSL 228.33º 0.59% 0.76% -
HSV(B) 228.33º 0.31% 0.9% -
XYZ 43.14 42.49 80.79 -
YUV 174.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 158 172 230 0.31 0.25 0 0.10 228.33 0.59 0.76
Hex 9E AC E6 1F 19 0 A E4 3B 4C
Octal 236 254 346 37 31 0 12 344 73 114
Binary 10011110 10101100 11100110 11111 11001 0 1010 11100100 111011 1001100

Color Harmonies of #9EACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACE6

Black with #9EACE6

Text Example


Text Example

White with #9EACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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