Html Css Color HEX #10C1EA Deep Sky Blue

📋 copy color: '#10C1EA'

red 16 ◦ green 193 ◦ blue 234

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

Shades of Deep Sky Blue #10C1EA

Tints of Deep Sky Blue #10C1EA

RGB

 RED value IS 16 (6.64% from 255) = 3.61%

 GREEN value IS 193 (75.78% from 255) = 43.57%

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

R = 3.61%
G = 43.57%
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

#10C1EA (or 0x10C1EA) is known color: Deep Sky Blue. HEX triplet: 10, C1 and EA. RGB value is (16,193,234). Sum of RGB (Red+Green+Blue) = 16+193+234=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 193 (75.78% from 255 or 43.57% 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 #10C1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C1EA is #EF3E15. Grayscale: #909090. Windows color (decimal): -15678998 or 15384848. OLE color: 15384848.

HSL color Cylindrical-coordinate representation of color #10C1EA: hue angle of 191.28º degrees, saturation: 0.87, 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 #10C1EA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 193 234 -
CMYK 0.93 0.18 0 0.08
HSL 191.28º 0.87% 0.49% -
HSV(B) 191.28º 0.93% 0.92% -
XYZ 34.13 44.19 84.57 -
YUV 144.75 178.36 36.17 -
System Red Green Blue C M Y K H S L
Decimal 16 193 234 0.93 0.18 0 0.08 191.28 0.87 0.49
Hex 10 C1 EA 5D 12 0 8 BF 57 31
Octal 20 301 352 135 22 0 10 277 127 61
Binary 10000 11000001 11101010 1011101 10010 0 1000 10111111 1010111 110001

Color Harmonies of #10C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C1EA

Black with #10C1EA

Text Example


Text Example

White with #10C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C1EA; }

 p { color: rgb(16,193,234); }

 H1.HeaderClassName
 {
   color: #10C1EA;
 }
 .AnyTagClassName
 {
   color: #10C1EA;
 }
</style>

background-color css

<style>
 a { background-color: #10C1EA; }

 a { background-color: rgb(16,193,234); }

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

border-color css

<style>
 span { border-color: #10C1EA; }

 span { border-color: rgb(16,193,234); }

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