Html Css Color HEX #0097CE Pacific Blue

📋 copy color: '#0097CE'

red 0 ◦ green 151 ◦ blue 206

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

Shades of Pacific Blue #0097CE

Tints of Pacific Blue #0097CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 0%
G = 42.3%
B = 57.7%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0097CE (or 0x0097CE) is known color: Pacific Blue. HEX triplet: 00, 97 and CE. RGB value is (0,151,206). Sum of RGB (Red+Green+Blue) = 0+151+206=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #0097CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097CE is #FF6831. Grayscale: #6F6F6F. Windows color (decimal): -16738354 or 13539072. OLE color: 13539072.

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

Color convert

RGB 0 151 206 -
CMYK 1 0.27 0 0.19
HSL 196.02º 1% 0.4% -
HSV(B) 196.02º 1% 0.81% -
XYZ 22.21 26.59 62.35 -
YUV 112.12 180.97 48.03 -
System Red Green Blue C M Y K H S L
Decimal 0 151 206 1 0.27 0 0.19 196.02 1 0.4
Hex 0 97 CE 64 1B 0 13 C4 64 28
Octal 0 227 316 144 33 0 23 304 144 50
Binary 0 10010111 11001110 1100100 11011 0 10011 11000100 1100100 101000

Color Harmonies of #0097CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097CE

Black with #0097CE

Text Example


Text Example

White with #0097CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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