Html Css Color HEX #9FADE6 Perano

📋 copy color: '#9FADE6'

red 159 ◦ green 173 ◦ blue 230

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

Shades of Perano #9FADE6

Tints of Perano #9FADE6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.78%

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

R = 28.29%
G = 30.78%
B = 40.93%

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

#9FADE6 (or 0x9FADE6) is known color: Perano. HEX triplet: 9F, AD and E6. RGB value is (159,173,230). Sum of RGB (Red+Green+Blue) = 159+173+230=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADE6 is #605219. Grayscale: #AFAFAF. Windows color (decimal): -6312474 or 15117727. OLE color: 15117727.

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

Color convert

RGB 159 173 230 -
CMYK 0.31 0.25 0 0.10
HSL 228.17º 0.59% 0.76% -
HSV(B) 228.17º 0.31% 0.9% -
XYZ 43.52 42.97 80.86 -
YUV 175.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 159 173 230 0.31 0.25 0 0.10 228.17 0.59 0.76
Hex 9F AD E6 1F 19 0 A E4 3B 4C
Octal 237 255 346 37 31 0 12 344 73 114
Binary 10011111 10101101 11100110 11111 11001 0 1010 11100100 111011 1001100

Color Harmonies of #9FADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADE6

Black with #9FADE6

Text Example


Text Example

White with #9FADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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