Html Css Color HEX #0C97BE Pacific Blue

📋 copy color: '#0C97BE'

red 12 ◦ green 151 ◦ blue 190

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

Shades of Pacific Blue #0C97BE

Tints of Pacific Blue #0C97BE

RGB

 RED value IS 12 (5.08% from 255) = 3.4%

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

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

R = 3.4%
G = 42.78%
B = 53.82%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C97BE (or 0x0C97BE) is known color: Pacific Blue. HEX triplet: 0C, 97 and BE. RGB value is (12,151,190). Sum of RGB (Red+Green+Blue) = 12+151+190=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C97BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C97BE is #F36841. Grayscale: #717171. Windows color (decimal): -15951938 or 12490508. OLE color: 12490508.

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

Color convert

RGB 12 151 190 -
CMYK 0.94 0.21 0 0.25
HSL 193.15º 0.88% 0.4% -
HSV(B) 193.15º 0.94% 0.75% -
XYZ 20.51 25.93 52.64 -
YUV 113.89 170.95 55.33 -
System Red Green Blue C M Y K H S L
Decimal 12 151 190 0.94 0.21 0 0.25 193.15 0.88 0.4
Hex C 97 BE 5E 15 0 19 C1 58 28
Octal 14 227 276 136 25 0 31 301 130 50
Binary 1100 10010111 10111110 1011110 10101 0 11001 11000001 1011000 101000

Color Harmonies of #0C97BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C97BE

Black with #0C97BE

Text Example


Text Example

White with #0C97BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C97BE; }

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

 H1.HeaderClassName
 {
   color: #0C97BE;
 }
 .AnyTagClassName
 {
   color: #0C97BE;
 }
</style>

background-color css

<style>
 a { background-color: #0C97BE; }

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

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

border-color css

<style>
 span { border-color: #0C97BE; }

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

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