#1ACDEA

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

Shades of Deep Sky Blue #1ACDEA

Tints of Deep Sky Blue #1ACDEA

Color information

#1ACDEA (or 0x1ACDEA) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, CD and EA. RGB value is (26,205,234). Sum of RGB (Red+Green+Blue) = 26+205+234=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ACDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACDEA is #E53215. Grayscale: #9A9A9A. Windows color (decimal): -15020566 or 15387930. OLE color: 15387930.

HSL color Cylindrical-coordinate representation of color #1ACDEA: hue angle of 188.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACDEA is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB26205234-
CMYK0.890.1200.08
HSL188.37º83.2%50.98%-
HSV(B)188.37º88.89%91.76%-
XYZ37.1149.8285.5-
YUV154.78172.736.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.59%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=5.59%
G=44.09%
B=50.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal262052340.890.1200.08188.3783.250.98
Hex1ACDEA59C08bc5333
Octal323153521311401027412363
Binary1101011001101111010101011001110001000101111001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,205,234); }

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

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

 a { background-color: rgb(26,205,234); }

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

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

 span { border-color: rgb(26,205,234); }

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