#0cd9fd

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

Shades of Deep Sky Blue #0CD9FD

Tints of Deep Sky Blue #0CD9FD

Color information

#0CD9FD (or 0x0CD9FD) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, D9 and FD. RGB value is (12,217,253). Sum of RGB (Red+Green+Blue) = 12+217+253=482 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.49% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CD9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD9FD is #F32602. Grayscale: #9F9F9F. Windows color (decimal): -15934979 or 16636172. OLE color: 16636172.

HSL color Cylindrical-coordinate representation of color #0CD9FD: hue angle of 188.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD9FD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12217253-
CMYK0.950.1400.01
HSL188.96º98.37%51.96%-
HSV(B)188.96º95.26%99.22%-
XYZ42.6956.8101.64-
YUV159.81180.5822.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.49%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 253 (99.22% from 255) = 52.49%
R=2.49%
G=45.02%
B=52.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal122172530.950.1400.01188.9698.3751.96
HexCD9FD5FE01bd6234
Octal14331375137160127514264
Binary110011011001111111011011111111001101111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cd9fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,217,253); }

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

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

 a { background-color: rgb(12,217,253); }

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

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

 span { border-color: rgb(12,217,253); }

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