Html Css Color HEX #1ACDF0 Deep Sky Blue

📋 copy color: '#1ACDF0'

red 26 ◦ green 205 ◦ blue 240

#1ACDF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1ACDF0

Tints of Deep Sky Blue #1ACDF0

RGB

 RED value IS 26 (10.55% from 255) = 5.52%

 GREEN value IS 205 (80.47% from 255) = 43.52%

 BLUE value IS 240 (94.14% from 255) = 50.96%

R = 5.52%
G = 43.52%
B = 50.96%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1ACDF0 (or 0x1ACDF0) is known color: Deep Sky Blue. HEX triplet: 1A, CD and F0. RGB value is (26,205,240). Sum of RGB (Red+Green+Blue) = 26+205+240=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #1ACDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACDF0 is #E5320F. Grayscale: #9B9B9B. Windows color (decimal): -15020560 or 15781146. OLE color: 15781146.

HSL color Cylindrical-coordinate representation of color #1ACDF0: hue angle of 189.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACDF0 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 205 240 -
CMYK 0.89 0.15 0 0.06
HSL 189.81º 0.88% 0.52% -
HSV(B) 189.81º 0.89% 0.94% -
XYZ 37.99 50.17 90.12 -
YUV 155.47 175.7 35.65 -
System Red Green Blue C M Y K H S L
Decimal 26 205 240 0.89 0.15 0 0.06 189.81 0.88 0.52
Hex 1A CD F0 59 F 0 6 BE 58 34
Octal 32 315 360 131 17 0 6 276 130 64
Binary 11010 11001101 11110000 1011001 1111 0 110 10111110 1011000 110100

Color Harmonies of #1ACDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDF0

Black with #1ACDF0

Text Example


Text Example

White with #1ACDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ACDF0;
 }
 .AnyTagClassName
 {
   color: #1ACDF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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