Html Css Color HEX #0D97BE Pacific Blue

📋 copy color: '#0D97BE'

red 13 ◦ green 151 ◦ blue 190

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

Shades of Pacific Blue #0D97BE

Tints of Pacific Blue #0D97BE

RGB

 RED value IS 13 (5.47% from 255) = 3.67%

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

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

R = 3.67%
G = 42.66%
B = 53.67%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D97BE (or 0x0D97BE) is known color: Pacific Blue. HEX triplet: 0D, 97 and BE. RGB value is (13,151,190). Sum of RGB (Red+Green+Blue) = 13+151+190=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D97BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D97BE is #F26841. Grayscale: #717171. Windows color (decimal): -15886402 or 12490509. OLE color: 12490509.

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

Color convert

RGB 13 151 190 -
CMYK 0.93 0.21 0 0.25
HSL 193.22º 0.87% 0.4% -
HSV(B) 193.22º 0.93% 0.75% -
XYZ 20.53 25.94 52.64 -
YUV 114.18 170.78 55.83 -
System Red Green Blue C M Y K H S L
Decimal 13 151 190 0.93 0.21 0 0.25 193.22 0.87 0.4
Hex D 97 BE 5D 15 0 19 C1 57 28
Octal 15 227 276 135 25 0 31 301 127 50
Binary 1101 10010111 10111110 1011101 10101 0 11001 11000001 1010111 101000

Color Harmonies of #0D97BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D97BE

Black with #0D97BE

Text Example


Text Example

White with #0D97BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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