Html Css Color HEX #9EAEC1 Rock Blue

📋 copy color: '#9EAEC1'

red 158 ◦ green 174 ◦ blue 193

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

Shades of Rock Blue #9EAEC1

Tints of Rock Blue #9EAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.14%

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

R = 30.1%
G = 33.14%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9EAEC1 (or 0x9EAEC1) is known color: Rock Blue. HEX triplet: 9E, AE and C1. RGB value is (158,174,193). Sum of RGB (Red+Green+Blue) = 158+174+193=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEC1 is #61513E. Grayscale: #ABABAB. Windows color (decimal): -6377791 or 12693150. OLE color: 12693150.

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

Color convert

RGB 158 174 193 -
CMYK 0.18 0.10 0 0.24
HSL 212.57º 0.22% 0.69% -
HSV(B) 212.57º 0.18% 0.76% -
XYZ 38.86 41.39 56.39 -
YUV 171.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 158 174 193 0.18 0.10 0 0.24 212.57 0.22 0.69
Hex 9E AE C1 12 A 0 18 D5 16 45
Octal 236 256 301 22 12 0 30 325 26 105
Binary 10011110 10101110 11000001 10010 1010 0 11000 11010101 10110 1000101

Color Harmonies of #9EAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEC1

Black with #9EAEC1

Text Example


Text Example

White with #9EAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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