Html Css Color HEX #0D9EC1 Pacific Blue

📋 copy color: '#0D9EC1'

red 13 ◦ green 158 ◦ blue 193

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

Shades of Pacific Blue #0D9EC1

Tints of Pacific Blue #0D9EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.41%

 BLUE value IS 193 (75.78% from 255) = 53.02%

R = 3.57%
G = 43.41%
B = 53.02%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0D9EC1 (or 0x0D9EC1) is known color: Pacific Blue. HEX triplet: 0D, 9E and C1. RGB value is (13,158,193). Sum of RGB (Red+Green+Blue) = 13+158+193=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D9EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9EC1 is #F2613E. Grayscale: #767676. Windows color (decimal): -15884607 or 12688909. OLE color: 12688909.

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

Color convert

RGB 13 158 193 -
CMYK 0.93 0.18 0 0.24
HSL 191.67º 0.87% 0.4% -
HSV(B) 191.67º 0.93% 0.76% -
XYZ 22.02 28.39 54.77 -
YUV 118.64 169.96 52.65 -
System Red Green Blue C M Y K H S L
Decimal 13 158 193 0.93 0.18 0 0.24 191.67 0.87 0.4
Hex D 9E C1 5D 12 0 18 C0 57 28
Octal 15 236 301 135 22 0 30 300 127 50
Binary 1101 10011110 11000001 1011101 10010 0 11000 11000000 1010111 101000

Color Harmonies of #0D9EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9EC1

Black with #0D9EC1

Text Example


Text Example

White with #0D9EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,158,193); }

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

background-color css

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

 a { background-color: rgb(13,158,193); }

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

border-color css

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

 span { border-color: rgb(13,158,193); }

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