Html Css Color HEX #9FA8E6 Perano

📋 copy color: '#9FA8E6'

red 159 ◦ green 168 ◦ blue 230

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

Shades of Perano #9FA8E6

Tints of Perano #9FA8E6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.16%

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

R = 28.55%
G = 30.16%
B = 41.29%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9FA8E6 (or 0x9FA8E6) is known color: Perano. HEX triplet: 9F, A8 and E6. RGB value is (159,168,230). Sum of RGB (Red+Green+Blue) = 159+168+230=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FA8E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA8E6 is #605719. Grayscale: #ACACAC. Windows color (decimal): -6313754 or 15116447. OLE color: 15116447.

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

Color convert

RGB 159 168 230 -
CMYK 0.31 0.27 0 0.10
HSL 232.39º 0.59% 0.76% -
HSV(B) 232.39º 0.31% 0.9% -
XYZ 42.58 41.09 80.55 -
YUV 172.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 159 168 230 0.31 0.27 0 0.10 232.39 0.59 0.76
Hex 9F A8 E6 1F 1B 0 A E8 3B 4C
Octal 237 250 346 37 33 0 12 350 73 114
Binary 10011111 10101000 11100110 11111 11011 0 1010 11101000 111011 1001100

Color Harmonies of #9FA8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA8E6

Black with #9FA8E6

Text Example


Text Example

White with #9FA8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,168,230); }

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

background-color css

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

 a { background-color: rgb(159,168,230); }

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

border-color css

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

 span { border-color: rgb(159,168,230); }

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