#2CDCFF

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

Shades of Deep Sky Blue #2CDCFF

Tints of Deep Sky Blue #2CDCFF

Color information

#2CDCFF (or 0x2CDCFF) is unknown color: approx Deep Sky Blue. HEX triplet: 2C, DC and FF. RGB value is (44,220,255). Sum of RGB (Red+Green+Blue) = 44+220+255=519 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.48% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDCFF is #D32300. Grayscale: #ABABAB. Windows color (decimal): -13837057 or 16768044. OLE color: 16768044.

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

Color convert

RGB44220255-
CMYK0.830.1400
HSL189.95º100%58.63%-
HSV(B)189.95º82.75%100%-
XYZ44.6858.94103.63-
YUV171.37175.1937.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.48%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 255 (100% from 255) = 49.13%
R=8.48%
G=42.39%
B=49.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal442202550.830.1400189.9510058.63
Hex2CDCFF53E00be643b
Octal54334377123160027614473
Binary10110011011100111111111010011111000101111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,220,255); }

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

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

 a { background-color: rgb(44,220,255); }

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

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

 span { border-color: rgb(44,220,255); }

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