Html Css Color HEX #10C9EB Deep Sky Blue

📋 copy color: '#10C9EB'

red 16 ◦ green 201 ◦ blue 235

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

Shades of Deep Sky Blue #10C9EB

Tints of Deep Sky Blue #10C9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 3.54%
G = 44.47%
B = 51.99%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10C9EB (or 0x10C9EB) is known color: Deep Sky Blue. HEX triplet: 10, C9 and EB. RGB value is (16,201,235). Sum of RGB (Red+Green+Blue) = 16+201+235=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #10C9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C9EB is #EF3614. Grayscale: #959595. Windows color (decimal): -15676949 or 15452432. OLE color: 15452432.

HSL color Cylindrical-coordinate representation of color #10C9EB: hue angle of 189.32º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C9EB is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 201 235 -
CMYK 0.93 0.14 0 0.08
HSL 189.32º 0.87% 0.49% -
HSV(B) 189.32º 0.93% 0.92% -
XYZ 36.1 47.88 85.94 -
YUV 149.56 176.21 32.74 -
System Red Green Blue C M Y K H S L
Decimal 16 201 235 0.93 0.14 0 0.08 189.32 0.87 0.49
Hex 10 C9 EB 5D E 0 8 BD 57 31
Octal 20 311 353 135 16 0 10 275 127 61
Binary 10000 11001001 11101011 1011101 1110 0 1000 10111101 1010111 110001

Color Harmonies of #10C9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C9EB

Black with #10C9EB

Text Example


Text Example

White with #10C9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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