Html Css Color HEX #9EBAED Perano

📋 copy color: '#9EBAED'

red 158 ◦ green 186 ◦ blue 237

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

Shades of Perano #9EBAED

Tints of Perano #9EBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 27.19%
G = 32.01%
B = 40.79%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EBAED (or 0x9EBAED) is known color: Perano. HEX triplet: 9E, BA and ED. RGB value is (158,186,237). Sum of RGB (Red+Green+Blue) = 158+186+237=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAED is #614512. Grayscale: #B7B7B7. Windows color (decimal): -6374675 or 15579806. OLE color: 15579806.

HSL color Cylindrical-coordinate representation of color #9EBAED: hue angle of 218.73º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EBAED is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 186 237 -
CMYK 0.33 0.22 0 0.07
HSL 218.73º 0.69% 0.77% -
HSV(B) 218.73º 0.33% 0.93% -
XYZ 46.95 48.5 87.01 -
YUV 183.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 158 186 237 0.33 0.22 0 0.07 218.73 0.69 0.77
Hex 9E BA ED 21 16 0 7 DB 45 4D
Octal 236 272 355 41 26 0 7 333 105 115
Binary 10011110 10111010 11101101 100001 10110 0 111 11011011 1000101 1001101

Color Harmonies of #9EBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBAED

Black with #9EBAED

Text Example


Text Example

White with #9EBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,237); }

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

background-color css

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

 a { background-color: rgb(158,186,237); }

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

border-color css

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

 span { border-color: rgb(158,186,237); }

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