Html Css Color HEX #9EACC1 Rock Blue

📋 copy color: '#9EACC1'

red 158 ◦ green 172 ◦ blue 193

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

Shades of Rock Blue #9EACC1

Tints of Rock Blue #9EACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 30.21%
G = 32.89%
B = 36.9%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9EACC1 (or 0x9EACC1) is known color: Rock Blue. HEX triplet: 9E, AC and C1. RGB value is (158,172,193). Sum of RGB (Red+Green+Blue) = 158+172+193=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACC1 is #61533E. Grayscale: #AAAAAA. Windows color (decimal): -6378303 or 12692638. OLE color: 12692638.

HSL color Cylindrical-coordinate representation of color #9EACC1: hue angle of 216º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EACC1 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 172 193 -
CMYK 0.18 0.11 0 0.24
HSL 216º 0.22% 0.69% -
HSV(B) 216º 0.18% 0.76% -
XYZ 38.48 40.62 56.27 -
YUV 170.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 158 172 193 0.18 0.11 0 0.24 216 0.22 0.69
Hex 9E AC C1 12 B 0 18 D8 16 45
Octal 236 254 301 22 13 0 30 330 26 105
Binary 10011110 10101100 11000001 10010 1011 0 11000 11011000 10110 1000101

Color Harmonies of #9EACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACC1

Black with #9EACC1

Text Example


Text Example

White with #9EACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,193); }

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

background-color css

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

 a { background-color: rgb(158,172,193); }

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

border-color css

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

 span { border-color: rgb(158,172,193); }

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