#1ADCFC

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

Shades of Deep Sky Blue #1ADCFC

Tints of Deep Sky Blue #1ADCFC

Color information

#1ADCFC (or 0x1ADCFC) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, DC and FC. RGB value is (26,220,252). Sum of RGB (Red+Green+Blue) = 26+220+252=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ADCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCFC is #E52303. Grayscale: #A5A5A5. Windows color (decimal): -15016708 or 16571418. OLE color: 16571418.

HSL color Cylindrical-coordinate representation of color #1ADCFC: hue angle of 188.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADCFC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB26220252-
CMYK0.900.1300.01
HSL188.5º97.41%54.51%-
HSV(B)188.5º89.68%98.82%-
XYZ43.5958.43101.08-
YUV165.64176.7328.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.22%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=5.22%
G=44.18%
B=50.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262202520.900.1300.01188.597.4154.51
Hex1ADCFC5AD01bc6137
Octal32334374132150127414167
Binary1101011011100111111001011010110101101111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ADCFC; }

 p { color: rgb(26,220,252); }

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

<style>
 a { background-color: #1ADCFC; }

 a { background-color: rgb(26,220,252); }

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

<style>
 span { border-color: #1ADCFC; }

 span { border-color: rgb(26,220,252); }

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