Html Css Color HEX #10C9FF Deep Sky Blue

📋 copy color: '#10C9FF'

red 16 ◦ green 201 ◦ blue 255

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

Shades of Deep Sky Blue #10C9FF

Tints of Deep Sky Blue #10C9FF

RGB

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

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

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

R = 3.39%
G = 42.58%
B = 54.03%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10C9FF (or 0x10C9FF) is known color: Deep Sky Blue. HEX triplet: 10, C9 and FF. RGB value is (16,201,255). Sum of RGB (Red+Green+Blue) = 16+201+255=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #10C9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C9FF is #EF3600. Grayscale: #979797. Windows color (decimal): -15676929 or 16763152. OLE color: 16763152.

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

Color convert

RGB 16 201 255 -
CMYK 0.94 0.21 0 0
HSL 193.56º 1% 0.53% -
HSV(B) 193.56º 0.94% 1% -
XYZ 39.15 49.1 102.02 -
YUV 151.84 186.21 31.11 -
System Red Green Blue C M Y K H S L
Decimal 16 201 255 0.94 0.21 0 0 193.56 1 0.53
Hex 10 C9 FF 5E 15 0 0 C2 64 35
Octal 20 311 377 136 25 0 0 302 144 65
Binary 10000 11001001 11111111 1011110 10101 0 0 11000010 1100100 110101

Color Harmonies of #10C9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C9FF

Black with #10C9FF

Text Example


Text Example

White with #10C9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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