Html Css Color HEX #0197CA Pacific Blue

📋 copy color: '#0197CA'

red 1 ◦ green 151 ◦ blue 202

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

Shades of Pacific Blue #0197CA

Tints of Pacific Blue #0197CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.06%

R = 0.28%
G = 42.66%
B = 57.06%

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

#0197CA (or 0x0197CA) is known color: Pacific Blue. HEX triplet: 01, 97 and CA. RGB value is (1,151,202). Sum of RGB (Red+Green+Blue) = 1+151+202=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #0197CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197CA is #FE6835. Grayscale: #6F6F6F. Windows color (decimal): -16672822 or 13276929. OLE color: 13276929.

HSL color Cylindrical-coordinate representation of color #0197CA: hue angle of 195.22º 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 #0197CA is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 151 202 -
CMYK 1.00 0.25 0 0.21
HSL 195.22º 0.99% 0.4% -
HSV(B) 195.22º 1% 0.79% -
XYZ 21.74 26.4 59.83 -
YUV 111.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 1 151 202 1.00 0.25 0 0.21 195.22 0.99 0.4
Hex 1 97 CA 64 19 0 15 C3 63 28
Octal 1 227 312 144 31 0 25 303 143 50
Binary 1 10010111 11001010 1100100 11001 0 10101 11000011 1100011 101000

Color Harmonies of #0197CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197CA

Black with #0197CA

Text Example


Text Example

White with #0197CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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