Html Css Color HEX #10C8EB Deep Sky Blue

📋 copy color: '#10C8EB'

red 16 ◦ green 200 ◦ blue 235

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

Shades of Deep Sky Blue #10C8EB

Tints of Deep Sky Blue #10C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

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

R = 3.55%
G = 44.35%
B = 52.11%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10C8EB (or 0x10C8EB) is known color: Deep Sky Blue. HEX triplet: 10, C8 and EB. RGB value is (16,200,235). Sum of RGB (Red+Green+Blue) = 16+200+235=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #10C8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C8EB is #EF3714. Grayscale: #949494. Windows color (decimal): -15677205 or 15452176. OLE color: 15452176.

HSL color Cylindrical-coordinate representation of color #10C8EB: hue angle of 189.59º 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 #10C8EB is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 200 235 -
CMYK 0.93 0.15 0 0.08
HSL 189.59º 0.87% 0.49% -
HSV(B) 189.59º 0.93% 0.92% -
XYZ 35.86 47.42 85.86 -
YUV 148.97 176.54 33.15 -
System Red Green Blue C M Y K H S L
Decimal 16 200 235 0.93 0.15 0 0.08 189.59 0.87 0.49
Hex 10 C8 EB 5D F 0 8 BE 57 31
Octal 20 310 353 135 17 0 10 276 127 61
Binary 10000 11001000 11101011 1011101 1111 0 1000 10111110 1010111 110001

Color Harmonies of #10C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C8EB

Black with #10C8EB

Text Example


Text Example

White with #10C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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