Html Css Color HEX #10DCFF Deep Sky Blue

📋 copy color: '#10DCFF'

red 16 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #10DCFF

Tints of Deep Sky Blue #10DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 255 (100% from 255) = 51.93%

R = 3.26%
G = 44.81%
B = 51.93%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10DCFF (or 0x10DCFF) is known color: Deep Sky Blue. HEX triplet: 10, DC and FF. RGB value is (16,220,255). Sum of RGB (Red+Green+Blue) = 16+220+255=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #10DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCFF is #EF2300. Grayscale: #A2A2A2. Windows color (decimal): -15672065 or 16768016. OLE color: 16768016.

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

Color convert

RGB 16 220 255 -
CMYK 0.94 0.14 0 0
HSL 188.79º 1% 0.53% -
HSV(B) 188.79º 0.94% 1% -
XYZ 43.86 58.52 103.59 -
YUV 162.99 179.91 23.15 -
System Red Green Blue C M Y K H S L
Decimal 16 220 255 0.94 0.14 0 0 188.79 1 0.53
Hex 10 DC FF 5E E 0 0 BD 64 35
Octal 20 334 377 136 16 0 0 275 144 65
Binary 10000 11011100 11111111 1011110 1110 0 0 10111101 1100100 110101

Color Harmonies of #10DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCFF

Black with #10DCFF

Text Example


Text Example

White with #10DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,220,255); }

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

background-color css

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

 a { background-color: rgb(16,220,255); }

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

border-color css

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

 span { border-color: rgb(16,220,255); }

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