Html Css Color HEX #9EACFA Perano

📋 copy color: '#9EACFA'

red 158 ◦ green 172 ◦ blue 250

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

Shades of Perano #9EACFA

Tints of Perano #9EACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.66%

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 27.24%
G = 29.66%
B = 43.1%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EACFA (or 0x9EACFA) is known color: Perano. HEX triplet: 9E, AC and FA. RGB value is (158,172,250). Sum of RGB (Red+Green+Blue) = 158+172+250=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACFA is #615305. Grayscale: #B0B0B0. Windows color (decimal): -6378246 or 16428190. OLE color: 16428190.

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

Color convert

RGB 158 172 250 -
CMYK 0.37 0.31 0 0.02
HSL 230.87º 0.9% 0.8% -
HSV(B) 230.87º 0.37% 0.98% -
XYZ 46.11 43.68 96.44 -
YUV 176.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 158 172 250 0.37 0.31 0 0.02 230.87 0.9 0.8
Hex 9E AC FA 25 1F 0 2 E7 5A 50
Octal 236 254 372 45 37 0 2 347 132 120
Binary 10011110 10101100 11111010 100101 11111 0 10 11100111 1011010 1010000

Color Harmonies of #9EACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACFA

Black with #9EACFA

Text Example


Text Example

White with #9EACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,250); }

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

background-color css

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

 a { background-color: rgb(158,172,250); }

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

border-color css

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

 span { border-color: rgb(158,172,250); }

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