Html Css Color HEX #9EB3EC Perano

📋 copy color: '#9EB3EC'

red 158 ◦ green 179 ◦ blue 236

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

Shades of Perano #9EB3EC

Tints of Perano #9EB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.24%

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

R = 27.57%
G = 31.24%
B = 41.19%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EB3EC (or 0x9EB3EC) is known color: Perano. HEX triplet: 9E, B3 and EC. RGB value is (158,179,236). Sum of RGB (Red+Green+Blue) = 158+179+236=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EB3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB3EC is #614C13. Grayscale: #B2B2B2. Windows color (decimal): -6376468 or 15512478. OLE color: 15512478.

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

Color convert

RGB 158 179 236 -
CMYK 0.33 0.24 0 0.07
HSL 223.85º 0.67% 0.77% -
HSV(B) 223.85º 0.33% 0.93% -
XYZ 45.36 45.57 85.76 -
YUV 179.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 158 179 236 0.33 0.24 0 0.07 223.85 0.67 0.77
Hex 9E B3 EC 21 18 0 7 E0 43 4D
Octal 236 263 354 41 30 0 7 340 103 115
Binary 10011110 10110011 11101100 100001 11000 0 111 11100000 1000011 1001101

Color Harmonies of #9EB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB3EC

Black with #9EB3EC

Text Example


Text Example

White with #9EB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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