Html Css Color HEX #9FADED Perano

📋 copy color: '#9FADED'

red 159 ◦ green 173 ◦ blue 237

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

Shades of Perano #9FADED

Tints of Perano #9FADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 27.94%
G = 30.4%
B = 41.65%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FADED (or 0x9FADED) is known color: Perano. HEX triplet: 9F, AD and ED. RGB value is (159,173,237). Sum of RGB (Red+Green+Blue) = 159+173+237=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADED is #605212. Grayscale: #AFAFAF. Windows color (decimal): -6312467 or 15576479. OLE color: 15576479.

HSL color Cylindrical-coordinate representation of color #9FADED: hue angle of 229.23º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FADED is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 173 237 -
CMYK 0.33 0.27 0 0.07
HSL 229.23º 0.68% 0.78% -
HSV(B) 229.23º 0.33% 0.93% -
XYZ 44.53 43.37 86.15 -
YUV 176.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 159 173 237 0.33 0.27 0 0.07 229.23 0.68 0.78
Hex 9F AD ED 21 1B 0 7 E5 44 4E
Octal 237 255 355 41 33 0 7 345 104 116
Binary 10011111 10101101 11101101 100001 11011 0 111 11100101 1000100 1001110

Color Harmonies of #9FADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADED

Black with #9FADED

Text Example


Text Example

White with #9FADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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