Html Css Color HEX #0997BE Pacific Blue

📋 copy color: '#0997BE'

red 9 ◦ green 151 ◦ blue 190

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

Shades of Pacific Blue #0997BE

Tints of Pacific Blue #0997BE

RGB

 RED value IS 9 (3.91% from 255) = 2.57%

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

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

R = 2.57%
G = 43.14%
B = 54.29%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0997BE (or 0x0997BE) is known color: Pacific Blue. HEX triplet: 09, 97 and BE. RGB value is (9,151,190). Sum of RGB (Red+Green+Blue) = 9+151+190=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #0997BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997BE is #F66841. Grayscale: #707070. Windows color (decimal): -16148546 or 12490505. OLE color: 12490505.

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

Color convert

RGB 9 151 190 -
CMYK 0.95 0.21 0 0.25
HSL 192.93º 0.91% 0.39% -
HSV(B) 192.93º 0.95% 0.75% -
XYZ 20.47 25.91 52.64 -
YUV 112.99 171.46 53.83 -
System Red Green Blue C M Y K H S L
Decimal 9 151 190 0.95 0.21 0 0.25 192.93 0.91 0.39
Hex 9 97 BE 5F 15 0 19 C1 5B 27
Octal 11 227 276 137 25 0 31 301 133 47
Binary 1001 10010111 10111110 1011111 10101 0 11001 11000001 1011011 100111

Color Harmonies of #0997BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997BE

Black with #0997BE

Text Example


Text Example

White with #0997BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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