Html Css Color HEX #10C7EA Deep Sky Blue

📋 copy color: '#10C7EA'

red 16 ◦ green 199 ◦ blue 234

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

Shades of Deep Sky Blue #10C7EA

Tints of Deep Sky Blue #10C7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 3.56%
G = 44.32%
B = 52.12%

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

#10C7EA (or 0x10C7EA) is known color: Deep Sky Blue. HEX triplet: 10, C7 and EA. RGB value is (16,199,234). Sum of RGB (Red+Green+Blue) = 16+199+234=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #10C7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C7EA is #EF3815. Grayscale: #939393. Windows color (decimal): -15677462 or 15386384. OLE color: 15386384.

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

Color convert

RGB 16 199 234 -
CMYK 0.93 0.15 0 0.08
HSL 189.63º 0.87% 0.49% -
HSV(B) 189.63º 0.93% 0.92% -
XYZ 35.49 46.9 85.02 -
YUV 148.27 176.37 33.65 -
System Red Green Blue C M Y K H S L
Decimal 16 199 234 0.93 0.15 0 0.08 189.63 0.87 0.49
Hex 10 C7 EA 5D F 0 8 BE 57 31
Octal 20 307 352 135 17 0 10 276 127 61
Binary 10000 11000111 11101010 1011101 1111 0 1000 10111110 1010111 110001

Color Harmonies of #10C7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C7EA

Black with #10C7EA

Text Example


Text Example

White with #10C7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,199,234); }

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

background-color css

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

 a { background-color: rgb(16,199,234); }

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

border-color css

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

 span { border-color: rgb(16,199,234); }

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