Html Css Color HEX #9EAEEF Perano

📋 copy color: '#9EAEEF'

red 158 ◦ green 174 ◦ blue 239

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

Shades of Perano #9EAEEF

Tints of Perano #9EAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 27.67%
G = 30.47%
B = 41.86%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EAEEF (or 0x9EAEEF) is known color: Perano. HEX triplet: 9E, AE and EF. RGB value is (158,174,239). Sum of RGB (Red+Green+Blue) = 158+174+239=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAEEF is #615110. Grayscale: #B0B0B0. Windows color (decimal): -6377745 or 15707806. OLE color: 15707806.

HSL color Cylindrical-coordinate representation of color #9EAEEF: hue angle of 228.15º degrees, saturation: 0.72, 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 #9EAEEF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 174 239 -
CMYK 0.34 0.27 0 0.06
HSL 228.15º 0.72% 0.78% -
HSV(B) 228.15º 0.34% 0.94% -
XYZ 44.82 43.77 87.75 -
YUV 176.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 158 174 239 0.34 0.27 0 0.06 228.15 0.72 0.78
Hex 9E AE EF 22 1B 0 6 E4 48 4E
Octal 236 256 357 42 33 0 6 344 110 116
Binary 10011110 10101110 11101111 100010 11011 0 110 11100100 1001000 1001110

Color Harmonies of #9EAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEEF

Black with #9EAEEF

Text Example


Text Example

White with #9EAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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