Html Css Color HEX #9FAFE5 Perano

📋 copy color: '#9FAFE5'

red 159 ◦ green 175 ◦ blue 229

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

Shades of Perano #9FAFE5

Tints of Perano #9FAFE5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.08%

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

R = 28.24%
G = 31.08%
B = 40.67%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9FAFE5 (or 0x9FAFE5) is known color: Perano. HEX triplet: 9F, AF and E5. RGB value is (159,175,229). Sum of RGB (Red+Green+Blue) = 159+175+229=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFE5 is #60501A. Grayscale: #B0B0B0. Windows color (decimal): -6311963 or 15052703. OLE color: 15052703.

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

Color convert

RGB 159 175 229 -
CMYK 0.31 0.24 0 0.10
HSL 226.29º 0.57% 0.76% -
HSV(B) 226.29º 0.31% 0.9% -
XYZ 43.77 43.69 80.25 -
YUV 176.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 159 175 229 0.31 0.24 0 0.10 226.29 0.57 0.76
Hex 9F AF E5 1F 18 0 A E2 39 4C
Octal 237 257 345 37 30 0 12 342 71 114
Binary 10011111 10101111 11100101 11111 11000 0 1010 11100010 111001 1001100

Color Harmonies of #9FAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFE5

Black with #9FAFE5

Text Example


Text Example

White with #9FAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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