Html Css Color HEX #10CEFF Deep Sky Blue

📋 copy color: '#10CEFF'

red 16 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #10CEFF

Tints of Deep Sky Blue #10CEFF

RGB

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

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

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

R = 3.35%
G = 43.19%
B = 53.46%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10CEFF (or 0x10CEFF) is known color: Deep Sky Blue. HEX triplet: 10, CE and FF. RGB value is (16,206,255). Sum of RGB (Red+Green+Blue) = 16+206+255=477 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #10CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEFF is #EF3100. Grayscale: #9A9A9A. Windows color (decimal): -15675649 or 16764432. OLE color: 16764432.

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

Color convert

RGB 16 206 255 -
CMYK 0.94 0.19 0 0
HSL 192.3º 1% 0.53% -
HSV(B) 192.3º 0.94% 1% -
XYZ 40.34 51.47 102.42 -
YUV 154.78 184.55 29.02 -
System Red Green Blue C M Y K H S L
Decimal 16 206 255 0.94 0.19 0 0 192.3 1 0.53
Hex 10 CE FF 5E 13 0 0 C0 64 35
Octal 20 316 377 136 23 0 0 300 144 65
Binary 10000 11001110 11111111 1011110 10011 0 0 11000000 1100100 110101

Color Harmonies of #10CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CEFF

Black with #10CEFF

Text Example


Text Example

White with #10CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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