Html Css Color HEX #10CDF3 Deep Sky Blue

📋 copy color: '#10CDF3'

red 16 ◦ green 205 ◦ blue 243

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

Shades of Deep Sky Blue #10CDF3

Tints of Deep Sky Blue #10CDF3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 243 (95.31% from 255) = 52.37%

R = 3.45%
G = 44.18%
B = 52.37%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#10CDF3 (or 0x10CDF3) is known color: Deep Sky Blue. HEX triplet: 10, CD and F3. RGB value is (16,205,243). Sum of RGB (Red+Green+Blue) = 16+205+243=464 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.45% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #10CDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CDF3 is #EF320C. Grayscale: #989898. Windows color (decimal): -15675917 or 15977744. OLE color: 15977744.

HSL color Cylindrical-coordinate representation of color #10CDF3: hue angle of 190.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CDF3 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 205 243 -
CMYK 0.93 0.16 0 0.05
HSL 190.04º 0.9% 0.51% -
HSV(B) 190.04º 0.93% 0.95% -
XYZ 38.22 50.24 92.48 -
YUV 152.82 178.88 30.41 -
System Red Green Blue C M Y K H S L
Decimal 16 205 243 0.93 0.16 0 0.05 190.04 0.9 0.51
Hex 10 CD F3 5D 10 0 5 BE 5A 33
Octal 20 315 363 135 20 0 5 276 132 63
Binary 10000 11001101 11110011 1011101 10000 0 101 10111110 1011010 110011

Color Harmonies of #10CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CDF3

Black with #10CDF3

Text Example


Text Example

White with #10CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,205,243); }

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

background-color css

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

 a { background-color: rgb(16,205,243); }

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

border-color css

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

 span { border-color: rgb(16,205,243); }

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