Html Css Color HEX #9EBAEC Perano

📋 copy color: '#9EBAEC'

red 158 ◦ green 186 ◦ blue 236

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

Shades of Perano #9EBAEC

Tints of Perano #9EBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 27.24%
G = 32.07%
B = 40.69%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EBAEC (or 0x9EBAEC) is known color: Perano. HEX triplet: 9E, BA and EC. RGB value is (158,186,236). Sum of RGB (Red+Green+Blue) = 158+186+236=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAEC is #614513. Grayscale: #B7B7B7. Windows color (decimal): -6374676 or 15514270. OLE color: 15514270.

HSL color Cylindrical-coordinate representation of color #9EBAEC: hue angle of 218.46º degrees, saturation: 0.67, 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 #9EBAEC is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 186 236 -
CMYK 0.33 0.21 0 0.07
HSL 218.46º 0.67% 0.77% -
HSV(B) 218.46º 0.33% 0.93% -
XYZ 46.8 48.44 86.24 -
YUV 183.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 158 186 236 0.33 0.21 0 0.07 218.46 0.67 0.77
Hex 9E BA EC 21 15 0 7 DA 43 4D
Octal 236 272 354 41 25 0 7 332 103 115
Binary 10011110 10111010 11101100 100001 10101 0 111 11011010 1000011 1001101

Color Harmonies of #9EBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBAEC

Black with #9EBAEC

Text Example


Text Example

White with #9EBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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