Html Css Color HEX #0197CC Pacific Blue

📋 copy color: '#0197CC'

red 1 ◦ green 151 ◦ blue 204

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

Shades of Pacific Blue #0197CC

Tints of Pacific Blue #0197CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 0.28%
G = 42.42%
B = 57.3%

CMYK

 C value IS 1.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0197CC (or 0x0197CC) is known color: Pacific Blue. HEX triplet: 01, 97 and CC. RGB value is (1,151,204). Sum of RGB (Red+Green+Blue) = 1+151+204=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #0197CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197CC is #FE6833. Grayscale: #6F6F6F. Windows color (decimal): -16672820 or 13408001. OLE color: 13408001.

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

Color convert

RGB 1 151 204 -
CMYK 1.00 0.26 0 0.2
HSL 195.67º 0.99% 0.4% -
HSV(B) 195.67º 1% 0.8% -
XYZ 21.98 26.5 61.08 -
YUV 112.19 179.81 48.69 -
System Red Green Blue C M Y K H S L
Decimal 1 151 204 1.00 0.26 0 0.2 195.67 0.99 0.4
Hex 1 97 CC 64 1A 0 14 C4 63 28
Octal 1 227 314 144 32 0 24 304 143 50
Binary 1 10010111 11001100 1100100 11010 0 10100 11000100 1100011 101000

Color Harmonies of #0197CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197CC

Black with #0197CC

Text Example


Text Example

White with #0197CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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