#0D9FDF

Color #0D9FDF Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0D9FDF

Tints of Pacific Blue #0D9FDF

Color information

#0D9FDF (or 0x0D9FDF) is unknown color: approx Pacific Blue. HEX triplet: 0D, 9F and DF. RGB value is (13,159,223). Sum of RGB (Red+Green+Blue) = 13+159+223=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D9FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9FDF is #F26020. Grayscale: #7A7A7A. Windows color (decimal): -15884321 or 14655245. OLE color: 14655245.

HSL color Cylindrical-coordinate representation of color #0D9FDF: hue angle of 198.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9FDF is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13159223-
CMYK0.940.2900.13
HSL198.29º88.98%46.27%-
HSV(B)198.29º94.17%87.45%-
XYZ25.8830.2174.28-
YUV122.64184.6349.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.29%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 223 (87.5% from 255) = 56.46%
R=3.29%
G=40.25%
B=56.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131592230.940.2900.13198.2988.9846.27
HexD9FDF5E1D0Dc6592e
Octal152373371363501530613156
Binary1101100111111101111110111101110101101110001101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D9FDF;
 }
 .AnyTagClassName
 {
   color: #0D9FDF;
 }
</style>
background-color css

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

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

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

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

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

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