Html Css Color HEX #10C0FA Deep Sky Blue

📋 copy color: '#10C0FA'

red 16 ◦ green 192 ◦ blue 250

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

Shades of Deep Sky Blue #10C0FA

Tints of Deep Sky Blue #10C0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 3.49%
G = 41.92%
B = 54.59%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10C0FA (or 0x10C0FA) is known color: Deep Sky Blue. HEX triplet: 10, C0 and FA. RGB value is (16,192,250). Sum of RGB (Red+Green+Blue) = 16+192+250=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #10C0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C0FA is #EF3F05. Grayscale: #919191. Windows color (decimal): -15679238 or 16433168. OLE color: 16433168.

HSL color Cylindrical-coordinate representation of color #10C0FA: hue angle of 194.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C0FA is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 192 250 -
CMYK 0.94 0.23 0 0.02
HSL 194.87º 0.96% 0.52% -
HSV(B) 194.87º 0.94% 0.98% -
XYZ 36.32 44.71 97.16 -
YUV 145.99 186.69 35.28 -
System Red Green Blue C M Y K H S L
Decimal 16 192 250 0.94 0.23 0 0.02 194.87 0.96 0.52
Hex 10 C0 FA 5E 17 0 2 C3 60 34
Octal 20 300 372 136 27 0 2 303 140 64
Binary 10000 11000000 11111010 1011110 10111 0 10 11000011 1100000 110100

Color Harmonies of #10C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0FA

Black with #10C0FA

Text Example


Text Example

White with #10C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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