Html Css Color HEX #197CAB Cerulean

📋 copy color: '#197CAB'

red 25 ◦ green 124 ◦ blue 171

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

Shades of Cerulean #197CAB

Tints of Cerulean #197CAB

RGB

 RED value IS 25 (10.16% from 255) = 7.81%

 GREEN value IS 124 (48.83% from 255) = 38.75%

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 7.81%
G = 38.75%
B = 53.44%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#197CAB (or 0x197CAB) is known color: Cerulean. HEX triplet: 19, 7C and AB. RGB value is (25,124,171). Sum of RGB (Red+Green+Blue) = 25+124+171=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #197CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197CAB is #E68354. Grayscale: #636363. Windows color (decimal): -15106901 or 11238425. OLE color: 11238425.

HSL color Cylindrical-coordinate representation of color #197CAB: hue angle of 199.32º 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 #197CAB is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 124 171 -
CMYK 0.85 0.27 0 0.33
HSL 199.32º 0.74% 0.38% -
HSV(B) 199.32º 0.85% 0.67% -
XYZ 14.96 17.56 41.13 -
YUV 99.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 25 124 171 0.85 0.27 0 0.33 199.32 0.74 0.38
Hex 19 7C AB 55 1B 0 21 C7 4A 26
Octal 31 174 253 125 33 0 41 307 112 46
Binary 11001 1111100 10101011 1010101 11011 0 100001 11000111 1001010 100110

Color Harmonies of #197CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CAB

Black with #197CAB

Text Example


Text Example

White with #197CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #197CAB;
 }
 .AnyTagClassName
 {
   color: #197CAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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