Html Css Color HEX #11C0EA Deep Sky Blue

📋 copy color: '#11C0EA'

red 17 ◦ green 192 ◦ blue 234

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

Shades of Deep Sky Blue #11C0EA

Tints of Deep Sky Blue #11C0EA

RGB

 RED value IS 17 (7.03% from 255) = 3.84%

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

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 3.84%
G = 43.34%
B = 52.82%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11C0EA (or 0x11C0EA) is known color: Deep Sky Blue. HEX triplet: 11, C0 and EA. RGB value is (17,192,234). Sum of RGB (Red+Green+Blue) = 17+192+234=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #11C0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C0EA is #EE3F15. Grayscale: #909090. Windows color (decimal): -15613718 or 15384593. OLE color: 15384593.

HSL color Cylindrical-coordinate representation of color #11C0EA: hue angle of 191.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C0EA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 192 234 -
CMYK 0.93 0.18 0 0.08
HSL 191.61º 0.86% 0.49% -
HSV(B) 191.61º 0.93% 0.92% -
XYZ 33.93 43.76 84.5 -
YUV 144.46 178.52 37.08 -
System Red Green Blue C M Y K H S L
Decimal 17 192 234 0.93 0.18 0 0.08 191.61 0.86 0.49
Hex 11 C0 EA 5D 12 0 8 C0 56 31
Octal 21 300 352 135 22 0 10 300 126 61
Binary 10001 11000000 11101010 1011101 10010 0 1000 11000000 1010110 110001

Color Harmonies of #11C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C0EA

Black with #11C0EA

Text Example


Text Example

White with #11C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11C0EA; }

 p { color: rgb(17,192,234); }

 H1.HeaderClassName
 {
   color: #11C0EA;
 }
 .AnyTagClassName
 {
   color: #11C0EA;
 }
</style>

background-color css

<style>
 a { background-color: #11C0EA; }

 a { background-color: rgb(17,192,234); }

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

border-color css

<style>
 span { border-color: #11C0EA; }

 span { border-color: rgb(17,192,234); }

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