Html Css Color HEX #0D9FCD Pacific Blue

📋 copy color: '#0D9FCD'

red 13 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #0D9FCD

Tints of Pacific Blue #0D9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 3.45%
G = 42.18%
B = 54.38%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0D9FCD (or 0x0D9FCD) is known color: Pacific Blue. HEX triplet: 0D, 9F and CD. RGB value is (13,159,205). Sum of RGB (Red+Green+Blue) = 13+159+205=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D9FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9FCD is #F26032. Grayscale: #787878. Windows color (decimal): -15884339 or 13475597. OLE color: 13475597.

HSL color Cylindrical-coordinate representation of color #0D9FCD: hue angle of 194.38º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9FCD is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 159 205 -
CMYK 0.94 0.22 0 0.20
HSL 194.38º 0.88% 0.43% -
HSV(B) 194.38º 0.94% 0.8% -
XYZ 23.58 29.29 62.17 -
YUV 120.59 175.63 51.26 -
System Red Green Blue C M Y K H S L
Decimal 13 159 205 0.94 0.22 0 0.20 194.38 0.88 0.43
Hex D 9F CD 5E 16 0 14 C2 58 2B
Octal 15 237 315 136 26 0 24 302 130 53
Binary 1101 10011111 11001101 1011110 10110 0 10100 11000010 1011000 101011

Color Harmonies of #0D9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9FCD

Black with #0D9FCD

Text Example


Text Example

White with #0D9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,159,205); }

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

background-color css

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

 a { background-color: rgb(13,159,205); }

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

border-color css

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

 span { border-color: rgb(13,159,205); }

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