Html Css Color HEX #9FACE5 Perano

📋 copy color: '#9FACE5'

red 159 ◦ green 172 ◦ blue 229

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

Shades of Perano #9FACE5

Tints of Perano #9FACE5

RGB

 RED value IS 159 (62.5% from 255) = 28.39%

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 28.39%
G = 30.71%
B = 40.89%

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

#9FACE5 (or 0x9FACE5) is known color: Perano. HEX triplet: 9F, AC and E5. RGB value is (159,172,229). Sum of RGB (Red+Green+Blue) = 159+172+229=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACE5 is #60531A. Grayscale: #AEAEAE. Windows color (decimal): -6312731 or 15051935. OLE color: 15051935.

HSL color Cylindrical-coordinate representation of color #9FACE5: hue angle of 228.86º degrees, saturation: 0.57, 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 #9FACE5 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 172 229 -
CMYK 0.31 0.25 0 0.10
HSL 228.86º 0.57% 0.76% -
HSV(B) 228.86º 0.31% 0.9% -
XYZ 43.19 42.53 80.06 -
YUV 174.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 159 172 229 0.31 0.25 0 0.10 228.86 0.57 0.76
Hex 9F AC E5 1F 19 0 A E5 39 4C
Octal 237 254 345 37 31 0 12 345 71 114
Binary 10011111 10101100 11100101 11111 11001 0 1010 11100101 111001 1001100

Color Harmonies of #9FACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACE5

Black with #9FACE5

Text Example


Text Example

White with #9FACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,229); }

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

background-color css

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

 a { background-color: rgb(159,172,229); }

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

border-color css

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

 span { border-color: rgb(159,172,229); }

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