Html Css Color HEX #9FADF0 Perano

📋 copy color: '#9FADF0'

red 159 ◦ green 173 ◦ blue 240

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

Shades of Perano #9FADF0

Tints of Perano #9FADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 27.8%
G = 30.24%
B = 41.96%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FADF0 (or 0x9FADF0) is known color: Perano. HEX triplet: 9F, AD and F0. RGB value is (159,173,240). Sum of RGB (Red+Green+Blue) = 159+173+240=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADF0 is #60520F. Grayscale: #B0B0B0. Windows color (decimal): -6312464 or 15773087. OLE color: 15773087.

HSL color Cylindrical-coordinate representation of color #9FADF0: hue angle of 229.63º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FADF0 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 173 240 -
CMYK 0.34 0.28 0 0.06
HSL 229.63º 0.73% 0.78% -
HSV(B) 229.63º 0.34% 0.94% -
XYZ 44.97 43.55 88.47 -
YUV 176.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 159 173 240 0.34 0.28 0 0.06 229.63 0.73 0.78
Hex 9F AD F0 22 1C 0 6 E6 49 4E
Octal 237 255 360 42 34 0 6 346 111 116
Binary 10011111 10101101 11110000 100010 11100 0 110 11100110 1001001 1001110

Color Harmonies of #9FADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADF0

Black with #9FADF0

Text Example


Text Example

White with #9FADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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