Html Css Color HEX #1ACDEE Deep Sky Blue

📋 copy color: '#1ACDEE'

red 26 ◦ green 205 ◦ blue 238

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

Shades of Deep Sky Blue #1ACDEE

Tints of Deep Sky Blue #1ACDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 5.54%
G = 43.71%
B = 50.75%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ACDEE (or 0x1ACDEE) is known color: Deep Sky Blue. HEX triplet: 1A, CD and EE. RGB value is (26,205,238). Sum of RGB (Red+Green+Blue) = 26+205+238=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ACDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACDEE is #E53211. Grayscale: #9A9A9A. Windows color (decimal): -15020562 or 15650074. OLE color: 15650074.

HSL color Cylindrical-coordinate representation of color #1ACDEE: hue angle of 189.34º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACDEE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 205 238 -
CMYK 0.89 0.14 0 0.07
HSL 189.34º 0.86% 0.52% -
HSV(B) 189.34º 0.89% 0.93% -
XYZ 37.69 50.06 88.56 -
YUV 155.24 174.7 35.82 -
System Red Green Blue C M Y K H S L
Decimal 26 205 238 0.89 0.14 0 0.07 189.34 0.86 0.52
Hex 1A CD EE 59 E 0 7 BD 56 34
Octal 32 315 356 131 16 0 7 275 126 64
Binary 11010 11001101 11101110 1011001 1110 0 111 10111101 1010110 110100

Color Harmonies of #1ACDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDEE

Black with #1ACDEE

Text Example


Text Example

White with #1ACDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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