#197aab

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

Shades of Cerulean #197AAB

Tints of Cerulean #197AAB

Color information

#197AAB (or 0x197AAB) is unknown color: approx Cerulean. HEX triplet: 19, 7A and AB. RGB value is (25,122,171). Sum of RGB (Red+Green+Blue) = 25+122+171=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #197AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197AAB is #E68554. Grayscale: #626262. Windows color (decimal): -15107413 or 11237913. OLE color: 11237913.

HSL color Cylindrical-coordinate representation of color #197AAB: hue angle of 200.14º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197AAB is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25122171-
CMYK0.850.2900.33
HSL200.14º74.49%38.43%-
HSV(B)200.14º85.38%67.06%-
XYZ14.7117.0741.05-
YUV98.58168.8675.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=7.86%
G=38.36%
B=53.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251221710.850.2900.33200.1474.4938.43
Hex197AAB551D021c84a26
Octal311722531253504131011246
Binary110011111010101010111010101111010100001110010001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,122,171); }

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

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

 a { background-color: rgb(25,122,171); }

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

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

 span { border-color: rgb(25,122,171); }

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