Html Css Color HEX #10C0FC Deep Sky Blue

📋 copy color: '#10C0FC'

red 16 ◦ green 192 ◦ blue 252

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

Shades of Deep Sky Blue #10C0FC

Tints of Deep Sky Blue #10C0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 3.48%
G = 41.74%
B = 54.78%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10C0FC (or 0x10C0FC) is known color: Deep Sky Blue. HEX triplet: 10, C0 and FC. RGB value is (16,192,252). Sum of RGB (Red+Green+Blue) = 16+192+252=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #10C0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C0FC is #EF3F03. Grayscale: #919191. Windows color (decimal): -15679236 or 16564240. OLE color: 16564240.

HSL color Cylindrical-coordinate representation of color #10C0FC: hue angle of 195.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C0FC is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 192 252 -
CMYK 0.94 0.24 0 0.01
HSL 195.25º 0.98% 0.53% -
HSV(B) 195.25º 0.94% 0.99% -
XYZ 36.63 44.84 98.82 -
YUV 146.22 187.69 35.12 -
System Red Green Blue C M Y K H S L
Decimal 16 192 252 0.94 0.24 0 0.01 195.25 0.98 0.53
Hex 10 C0 FC 5E 18 0 1 C3 62 35
Octal 20 300 374 136 30 0 1 303 142 65
Binary 10000 11000000 11111100 1011110 11000 0 1 11000011 1100010 110101

Color Harmonies of #10C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0FC

Black with #10C0FC

Text Example


Text Example

White with #10C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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