Html Css Color HEX #0097CA Pacific Blue

📋 copy color: '#0097CA'

red 0 ◦ green 151 ◦ blue 202

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

Shades of Pacific Blue #0097CA

Tints of Pacific Blue #0097CA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.78%
B = 57.22%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0097CA (or 0x0097CA) is known color: Pacific Blue. HEX triplet: 00, 97 and CA. RGB value is (0,151,202). Sum of RGB (Red+Green+Blue) = 0+151+202=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #0097CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097CA is #FF6835. Grayscale: #6F6F6F. Windows color (decimal): -16738358 or 13276928. OLE color: 13276928.

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

Color convert

RGB 0 151 202 -
CMYK 1 0.25 0 0.21
HSL 195.15º 1% 0.4% -
HSV(B) 195.15º 1% 0.79% -
XYZ 21.73 26.4 59.83 -
YUV 111.67 178.97 48.35 -
System Red Green Blue C M Y K H S L
Decimal 0 151 202 1 0.25 0 0.21 195.15 1 0.4
Hex 0 97 CA 64 19 0 15 C3 64 28
Octal 0 227 312 144 31 0 25 303 144 50
Binary 0 10010111 11001010 1100100 11001 0 10101 11000011 1100100 101000

Color Harmonies of #0097CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097CA

Black with #0097CA

Text Example


Text Example

White with #0097CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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