Html Css Color HEX #10C0EB Deep Sky Blue

📋 copy color: '#10C0EB'

red 16 ◦ green 192 ◦ blue 235

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

Shades of Deep Sky Blue #10C0EB

Tints of Deep Sky Blue #10C0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 3.61%
G = 43.34%
B = 53.05%

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

#10C0EB (or 0x10C0EB) is known color: Deep Sky Blue. HEX triplet: 10, C0 and EB. RGB value is (16,192,235). Sum of RGB (Red+Green+Blue) = 16+192+235=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #10C0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C0EB is #EF3F14. Grayscale: #8F8F8F. Windows color (decimal): -15679253 or 15450128. OLE color: 15450128.

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

Color convert

RGB 16 192 235 -
CMYK 0.93 0.18 0 0.08
HSL 191.78º 0.87% 0.49% -
HSV(B) 191.78º 0.93% 0.92% -
XYZ 34.06 43.81 85.26 -
YUV 144.28 179.19 36.5 -
System Red Green Blue C M Y K H S L
Decimal 16 192 235 0.93 0.18 0 0.08 191.78 0.87 0.49
Hex 10 C0 EB 5D 12 0 8 C0 57 31
Octal 20 300 353 135 22 0 10 300 127 61
Binary 10000 11000000 11101011 1011101 10010 0 1000 11000000 1010111 110001

Color Harmonies of #10C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0EB

Black with #10C0EB

Text Example


Text Example

White with #10C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,235); }

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

background-color css

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

 a { background-color: rgb(16,192,235); }

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

border-color css

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

 span { border-color: rgb(16,192,235); }

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