#197EAE

Color #197EAE Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #197EAE

Tints of Cerulean #197EAE

Color information

#197EAE (or 0x197EAE) is unknown color: approx Cerulean. HEX triplet: 19, 7E and AE. RGB value is (25,126,174). Sum of RGB (Red+Green+Blue) = 25+126+174=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #197EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197EAE is #E68151. Grayscale: #646464. Windows color (decimal): -15106386 or 11435545. OLE color: 11435545.

HSL color Cylindrical-coordinate representation of color #197EAE: hue angle of 199.33º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197EAE is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB25126174-
CMYK0.860.2800.32
HSL199.33º74.87%39.02%-
HSV(B)199.33º85.63%68.24%-
XYZ15.518.1842.74-
YUV101.27169.0473.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=7.69%
G=38.77%
B=53.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251261740.860.2800.32199.3374.8739.02
Hex197EAE561C020c74b27
Octal311762561263404030711347
Binary110011111110101011101010110111000100000110001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197EAE; }

 p { color: rgb(25,126,174); }

 H1.HeaderClassName
 {
   color: #197EAE;
 }
 .AnyTagClassName
 {
   color: #197EAE;
 }
</style>
background-color css

<style>
 a { background-color: #197EAE; }

 a { background-color: rgb(25,126,174); }

 div.DivClassName
 {
   background-color: #197EAE;
 }
 .BgClassName
 {
   background-color: #197EAE;
 }
</style>
border-color css

<style>
 span { border-color: #197EAE; }

 span { border-color: rgb(25,126,174); }

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