Html Css Color HEX #1AC0ED Deep Sky Blue

📋 copy color: '#1AC0ED'

red 26 ◦ green 192 ◦ blue 237

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

Shades of Deep Sky Blue #1AC0ED

Tints of Deep Sky Blue #1AC0ED

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 5.71%
G = 42.2%
B = 52.09%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1AC0ED (or 0x1AC0ED) is known color: Deep Sky Blue. HEX triplet: 1A, C0 and ED. RGB value is (26,192,237). Sum of RGB (Red+Green+Blue) = 26+192+237=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #1AC0ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC0ED is #E53F12. Grayscale: #939393. Windows color (decimal): -15023891 or 15581210. OLE color: 15581210.

HSL color Cylindrical-coordinate representation of color #1AC0ED: hue angle of 192.8º degrees, saturation: 0.85, 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 #1AC0ED is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 192 237 -
CMYK 0.89 0.19 0 0.07
HSL 192.8º 0.85% 0.52% -
HSV(B) 192.8º 0.89% 0.93% -
XYZ 34.56 44.03 86.8 -
YUV 147.5 178.5 41.34 -
System Red Green Blue C M Y K H S L
Decimal 26 192 237 0.89 0.19 0 0.07 192.8 0.85 0.52
Hex 1A C0 ED 59 13 0 7 C1 55 34
Octal 32 300 355 131 23 0 7 301 125 64
Binary 11010 11000000 11101101 1011001 10011 0 111 11000001 1010101 110100

Color Harmonies of #1AC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC0ED

Black with #1AC0ED

Text Example


Text Example

White with #1AC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,237); }

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

background-color css

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

 a { background-color: rgb(26,192,237); }

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

border-color css

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

 span { border-color: rgb(26,192,237); }

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