#2CD9FC

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

Shades of Deep Sky Blue #2CD9FC

Tints of Deep Sky Blue #2CD9FC

Color information

#2CD9FC (or 0x2CD9FC) is unknown color: approx Deep Sky Blue. HEX triplet: 2C, D9 and FC. RGB value is (44,217,252). Sum of RGB (Red+Green+Blue) = 44+217+252=513 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.58% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #2CD9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CD9FC is #D32603. Grayscale: #A8A8A8. Windows color (decimal): -13837828 or 16570668. OLE color: 16570668.

HSL color Cylindrical-coordinate representation of color #2CD9FC: hue angle of 190.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CD9FC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB44217252-
CMYK0.830.1400.01
HSL190.1º97.2%58.04%-
HSV(B)190.1º82.54%98.82%-
XYZ43.4257.19100.85-
YUV169.26174.6938.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.58%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=8.58%
G=42.30%
B=49.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal442172520.830.1400.01190.197.258.04
Hex2CD9FC53E01be613a
Octal54331374123160127614172
Binary10110011011001111111001010011111001101111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CD9FC; }

 p { color: rgb(44,217,252); }

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

<style>
 a { background-color: #2CD9FC; }

 a { background-color: rgb(44,217,252); }

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

<style>
 span { border-color: #2CD9FC; }

 span { border-color: rgb(44,217,252); }

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