Html Css Color HEX #0197BE Pacific Blue

📋 copy color: '#0197BE'

red 1 ◦ green 151 ◦ blue 190

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

Shades of Pacific Blue #0197BE

Tints of Pacific Blue #0197BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 0.29%
G = 44.15%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0197BE (or 0x0197BE) is known color: Pacific Blue. HEX triplet: 01, 97 and BE. RGB value is (1,151,190). Sum of RGB (Red+Green+Blue) = 1+151+190=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #0197BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197BE is #FE6841. Grayscale: #6E6E6E. Windows color (decimal): -16672834 or 12490497. OLE color: 12490497.

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

Color convert

RGB 1 151 190 -
CMYK 0.99 0.21 0 0.25
HSL 192.38º 0.99% 0.37% -
HSV(B) 192.38º 0.99% 0.75% -
XYZ 20.37 25.86 52.63 -
YUV 110.6 172.81 49.83 -
System Red Green Blue C M Y K H S L
Decimal 1 151 190 0.99 0.21 0 0.25 192.38 0.99 0.37
Hex 1 97 BE 63 15 0 19 C0 63 25
Octal 1 227 276 143 25 0 31 300 143 45
Binary 1 10010111 10111110 1100011 10101 0 11001 11000000 1100011 100101

Color Harmonies of #0197BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197BE

Black with #0197BE

Text Example


Text Example

White with #0197BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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