Html Css Color HEX #0197C9 Pacific Blue

📋 copy color: '#0197C9'

red 1 ◦ green 151 ◦ blue 201

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

Shades of Pacific Blue #0197C9

Tints of Pacific Blue #0197C9

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 201 (78.91% from 255) = 56.94%

R = 0.28%
G = 42.78%
B = 56.94%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0197C9 (or 0x0197C9) is known color: Pacific Blue. HEX triplet: 01, 97 and C9. RGB value is (1,151,201). Sum of RGB (Red+Green+Blue) = 1+151+201=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #0197C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197C9 is #FE6836. Grayscale: #6F6F6F. Windows color (decimal): -16672823 or 13211393. OLE color: 13211393.

HSL color Cylindrical-coordinate representation of color #0197C9: hue angle of 195º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0197C9 is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 151 201 -
CMYK 1.00 0.25 0 0.21
HSL 195º 0.99% 0.4% -
HSV(B) 195º 1% 0.79% -
XYZ 21.62 26.36 59.21 -
YUV 111.85 178.31 48.93 -
System Red Green Blue C M Y K H S L
Decimal 1 151 201 1.00 0.25 0 0.21 195 0.99 0.4
Hex 1 97 C9 64 19 0 15 C3 63 28
Octal 1 227 311 144 31 0 25 303 143 50
Binary 1 10010111 11001001 1100100 11001 0 10101 11000011 1100011 101000

Color Harmonies of #0197C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197C9

Black with #0197C9

Text Example


Text Example

White with #0197C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0197C9; }

 p { color: rgb(1,151,201); }

 H1.HeaderClassName
 {
   color: #0197C9;
 }
 .AnyTagClassName
 {
   color: #0197C9;
 }
</style>

background-color css

<style>
 a { background-color: #0197C9; }

 a { background-color: rgb(1,151,201); }

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

border-color css

<style>
 span { border-color: #0197C9; }

 span { border-color: rgb(1,151,201); }

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