Html Css Color HEX #10C0F6 Deep Sky Blue

📋 copy color: '#10C0F6'

red 16 ◦ green 192 ◦ blue 246

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

Shades of Deep Sky Blue #10C0F6

Tints of Deep Sky Blue #10C0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.19%

R = 3.52%
G = 42.29%
B = 54.19%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10C0F6 (or 0x10C0F6) is known color: Deep Sky Blue. HEX triplet: 10, C0 and F6. RGB value is (16,192,246). Sum of RGB (Red+Green+Blue) = 16+192+246=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #10C0F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C0F6 is #EF3F09. Grayscale: #919191. Windows color (decimal): -15679242 or 16171024. OLE color: 16171024.

HSL color Cylindrical-coordinate representation of color #10C0F6: hue angle of 194.09º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C0F6 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 192 246 -
CMYK 0.93 0.22 0 0.04
HSL 194.09º 0.93% 0.51% -
HSV(B) 194.09º 0.93% 0.96% -
XYZ 35.7 44.46 93.89 -
YUV 145.53 184.69 35.61 -
System Red Green Blue C M Y K H S L
Decimal 16 192 246 0.93 0.22 0 0.04 194.09 0.93 0.51
Hex 10 C0 F6 5D 16 0 4 C2 5D 33
Octal 20 300 366 135 26 0 4 302 135 63
Binary 10000 11000000 11110110 1011101 10110 0 100 11000010 1011101 110011

Color Harmonies of #10C0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0F6

Black with #10C0F6

Text Example


Text Example

White with #10C0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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