Html Css Color HEX #9FADE5 Perano

📋 copy color: '#9FADE5'

red 159 ◦ green 173 ◦ blue 229

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

Shades of Perano #9FADE5

Tints of Perano #9FADE5

RGB

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

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

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

R = 28.34%
G = 30.84%
B = 40.82%

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

#9FADE5 (or 0x9FADE5) is known color: Perano. HEX triplet: 9F, AD and E5. RGB value is (159,173,229). Sum of RGB (Red+Green+Blue) = 159+173+229=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADE5 is #60521A. Grayscale: #AEAEAE. Windows color (decimal): -6312475 or 15052191. OLE color: 15052191.

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

Color convert

RGB 159 173 229 -
CMYK 0.31 0.24 0 0.10
HSL 228º 0.57% 0.76% -
HSV(B) 228º 0.31% 0.9% -
XYZ 43.38 42.92 80.13 -
YUV 175.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 159 173 229 0.31 0.24 0 0.10 228 0.57 0.76
Hex 9F AD E5 1F 18 0 A E4 39 4C
Octal 237 255 345 37 30 0 12 344 71 114
Binary 10011111 10101101 11100101 11111 11000 0 1010 11100100 111001 1001100

Color Harmonies of #9FADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADE5

Black with #9FADE5

Text Example


Text Example

White with #9FADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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