Html Css Color HEX #9FAEF8 Perano

📋 copy color: '#9FAEF8'

red 159 ◦ green 174 ◦ blue 248

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

Shades of Perano #9FAEF8

Tints of Perano #9FAEF8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.95%

 BLUE value IS 248 (97.27% from 255) = 42.69%

R = 27.37%
G = 29.95%
B = 42.69%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9FAEF8 (or 0x9FAEF8) is known color: Perano. HEX triplet: 9F, AE and F8. RGB value is (159,174,248). Sum of RGB (Red+Green+Blue) = 159+174+248=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #9FAEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEF8 is #605107. Grayscale: #B1B1B1. Windows color (decimal): -6312200 or 16297631. OLE color: 16297631.

HSL color Cylindrical-coordinate representation of color #9FAEF8: hue angle of 229.89º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FAEF8 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 174 248 -
CMYK 0.36 0.30 0 0.03
HSL 229.89º 0.86% 0.8% -
HSV(B) 229.89º 0.36% 0.97% -
XYZ 46.38 44.42 94.94 -
YUV 177.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 159 174 248 0.36 0.30 0 0.03 229.89 0.86 0.8
Hex 9F AE F8 24 1E 0 3 E6 56 50
Octal 237 256 370 44 36 0 3 346 126 120
Binary 10011111 10101110 11111000 100100 11110 0 11 11100110 1010110 1010000

Color Harmonies of #9FAEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEF8

Black with #9FAEF8

Text Example


Text Example

White with #9FAEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,248); }

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

background-color css

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

 a { background-color: rgb(159,174,248); }

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

border-color css

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

 span { border-color: rgb(159,174,248); }

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