Html Css Color HEX #9EADEF Perano

📋 copy color: '#9EADEF'

red 158 ◦ green 173 ◦ blue 239

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

Shades of Perano #9EADEF

Tints of Perano #9EADEF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 27.72%
G = 30.35%
B = 41.93%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EADEF (or 0x9EADEF) is known color: Perano. HEX triplet: 9E, AD and EF. RGB value is (158,173,239). Sum of RGB (Red+Green+Blue) = 158+173+239=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADEF is #615210. Grayscale: #AFAFAF. Windows color (decimal): -6378001 or 15707550. OLE color: 15707550.

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

Color convert

RGB 158 173 239 -
CMYK 0.34 0.28 0 0.06
HSL 228.89º 0.72% 0.78% -
HSV(B) 228.89º 0.34% 0.94% -
XYZ 44.62 43.39 87.68 -
YUV 176.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 158 173 239 0.34 0.28 0 0.06 228.89 0.72 0.78
Hex 9E AD EF 22 1C 0 6 E5 48 4E
Octal 236 255 357 42 34 0 6 345 110 116
Binary 10011110 10101101 11101111 100010 11100 0 110 11100101 1001000 1001110

Color Harmonies of #9EADEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADEF

Black with #9EADEF

Text Example


Text Example

White with #9EADEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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