Html Css Color HEX #10C9FE Deep Sky Blue

📋 copy color: '#10C9FE'

red 16 ◦ green 201 ◦ blue 254

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

Shades of Deep Sky Blue #10C9FE

Tints of Deep Sky Blue #10C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.68%

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 3.4%
G = 42.68%
B = 53.93%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#10C9FE (or 0x10C9FE) is known color: Deep Sky Blue. HEX triplet: 10, C9 and FE. RGB value is (16,201,254). Sum of RGB (Red+Green+Blue) = 16+201+254=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #10C9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C9FE is #EF3601. Grayscale: #979797. Windows color (decimal): -15676930 or 16697616. OLE color: 16697616.

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

Color convert

RGB 16 201 254 -
CMYK 0.94 0.21 0 0.00
HSL 193.36º 0.99% 0.53% -
HSV(B) 193.36º 0.94% 1% -
XYZ 38.99 49.04 101.18 -
YUV 151.73 185.71 31.19 -
System Red Green Blue C M Y K H S L
Decimal 16 201 254 0.94 0.21 0 0.00 193.36 0.99 0.53
Hex 10 C9 FE 5E 15 0 0 C1 63 35
Octal 20 311 376 136 25 0 0 301 143 65
Binary 10000 11001001 11111110 1011110 10101 0 0 11000001 1100011 110101

Color Harmonies of #10C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C9FE

Black with #10C9FE

Text Example


Text Example

White with #10C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,201,254); }

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

background-color css

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

 a { background-color: rgb(16,201,254); }

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

border-color css

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

 span { border-color: rgb(16,201,254); }

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