Html Css Color HEX #10CFFF Deep Sky Blue

📋 copy color: '#10CFFF'

red 16 ◦ green 207 ◦ blue 255

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

Shades of Deep Sky Blue #10CFFF

Tints of Deep Sky Blue #10CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

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

R = 3.35%
G = 43.31%
B = 53.35%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10CFFF (or 0x10CFFF) is known color: Deep Sky Blue. HEX triplet: 10, CF and FF. RGB value is (16,207,255). Sum of RGB (Red+Green+Blue) = 16+207+255=478 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #10CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFFF is #EF3000. Grayscale: #9A9A9A. Windows color (decimal): -15675393 or 16764688. OLE color: 16764688.

HSL color Cylindrical-coordinate representation of color #10CFFF: hue angle of 192.05º 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 #10CFFF is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 207 255 -
CMYK 0.94 0.19 0 0
HSL 192.05º 1% 0.53% -
HSV(B) 192.05º 0.94% 1% -
XYZ 40.58 51.96 102.5 -
YUV 155.36 184.22 28.6 -
System Red Green Blue C M Y K H S L
Decimal 16 207 255 0.94 0.19 0 0 192.05 1 0.53
Hex 10 CF FF 5E 13 0 0 C0 64 35
Octal 20 317 377 136 23 0 0 300 144 65
Binary 10000 11001111 11111111 1011110 10011 0 0 11000000 1100100 110101

Color Harmonies of #10CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CFFF

Black with #10CFFF

Text Example


Text Example

White with #10CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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