Html Css Color HEX #10CEFD Deep Sky Blue

📋 copy color: '#10CEFD'

red 16 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #10CEFD

Tints of Deep Sky Blue #10CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 3.37%
G = 43.37%
B = 53.26%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10CEFD (or 0x10CEFD) is known color: Deep Sky Blue. HEX triplet: 10, CE and FD. RGB value is (16,206,253). Sum of RGB (Red+Green+Blue) = 16+206+253=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #10CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEFD is #EF3102. Grayscale: #9A9A9A. Windows color (decimal): -15675651 or 16633360. OLE color: 16633360.

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

Color convert

RGB 16 206 253 -
CMYK 0.94 0.19 0 0.01
HSL 191.9º 0.98% 0.53% -
HSV(B) 191.9º 0.94% 0.99% -
XYZ 40.01 51.34 100.73 -
YUV 154.55 183.55 29.18 -
System Red Green Blue C M Y K H S L
Decimal 16 206 253 0.94 0.19 0 0.01 191.9 0.98 0.53
Hex 10 CE FD 5E 13 0 1 C0 62 35
Octal 20 316 375 136 23 0 1 300 142 65
Binary 10000 11001110 11111101 1011110 10011 0 1 11000000 1100010 110101

Color Harmonies of #10CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CEFD

Black with #10CEFD

Text Example


Text Example

White with #10CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,206,253); }

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

background-color css

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

 a { background-color: rgb(16,206,253); }

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

border-color css

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

 span { border-color: rgb(16,206,253); }

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