Html Css Color HEX #9EAEFD Perano

📋 copy color: '#9EAEFD'

red 158 ◦ green 174 ◦ blue 253

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

Shades of Perano #9EAEFD

Tints of Perano #9EAEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 27.01%
G = 29.74%
B = 43.25%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EAEFD (or 0x9EAEFD) is known color: Perano. HEX triplet: 9E, AE and FD. RGB value is (158,174,253). Sum of RGB (Red+Green+Blue) = 158+174+253=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAEFD is #615102. Grayscale: #B1B1B1. Windows color (decimal): -6377731 or 16625310. OLE color: 16625310.

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

Color convert

RGB 158 174 253 -
CMYK 0.38 0.31 0 0.01
HSL 229.89º 0.96% 0.81% -
HSV(B) 229.89º 0.38% 0.99% -
XYZ 46.97 44.63 99.07 -
YUV 178.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 158 174 253 0.38 0.31 0 0.01 229.89 0.96 0.81
Hex 9E AE FD 26 1F 0 1 E6 60 51
Octal 236 256 375 46 37 0 1 346 140 121
Binary 10011110 10101110 11111101 100110 11111 0 1 11100110 1100000 1010001

Color Harmonies of #9EAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEFD

Black with #9EAEFD

Text Example


Text Example

White with #9EAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,253); }

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

background-color css

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

 a { background-color: rgb(158,174,253); }

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

border-color css

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

 span { border-color: rgb(158,174,253); }

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