Html Css Color HEX #9EAFFC Perano

📋 copy color: '#9EAFFC'

red 158 ◦ green 175 ◦ blue 252

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

Shades of Perano #9EAFFC

Tints of Perano #9EAFFC

RGB

 RED value IS 158 (62.11% from 255) = 27.01%

 GREEN value IS 175 (68.75% from 255) = 29.91%

 BLUE value IS 252 (98.83% from 255) = 43.08%

R = 27.01%
G = 29.91%
B = 43.08%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EAFFC (or 0x9EAFFC) is known color: Perano. HEX triplet: 9E, AF and FC. RGB value is (158,175,252). Sum of RGB (Red+Green+Blue) = 158+175+252=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EAFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFFC is #615003. Grayscale: #B2B2B2. Windows color (decimal): -6377476 or 16560030. OLE color: 16560030.

HSL color Cylindrical-coordinate representation of color #9EAFFC: hue angle of 229.15º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EAFFC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 175 252 -
CMYK 0.37 0.31 0 0.01
HSL 229.15º 0.94% 0.8% -
HSV(B) 229.15º 0.37% 0.99% -
XYZ 47 44.96 98.3 -
YUV 178.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 158 175 252 0.37 0.31 0 0.01 229.15 0.94 0.8
Hex 9E AF FC 25 1F 0 1 E5 5E 50
Octal 236 257 374 45 37 0 1 345 136 120
Binary 10011110 10101111 11111100 100101 11111 0 1 11100101 1011110 1010000

Color Harmonies of #9EAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFFC

Black with #9EAFFC

Text Example


Text Example

White with #9EAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,175,252); }

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

background-color css

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

 a { background-color: rgb(158,175,252); }

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

border-color css

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

 span { border-color: rgb(158,175,252); }

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