Html Css Color HEX #10C1FA Deep Sky Blue

📋 copy color: '#10C1FA'

red 16 ◦ green 193 ◦ blue 250

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

Shades of Deep Sky Blue #10C1FA

Tints of Deep Sky Blue #10C1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.05%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 3.49%
G = 42.05%
B = 54.47%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10C1FA (or 0x10C1FA) is known color: Deep Sky Blue. HEX triplet: 10, C1 and FA. RGB value is (16,193,250). Sum of RGB (Red+Green+Blue) = 16+193+250=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #10C1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C1FA is #EF3E05. Grayscale: #929292. Windows color (decimal): -15678982 or 16433424. OLE color: 16433424.

HSL color Cylindrical-coordinate representation of color #10C1FA: hue angle of 194.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C1FA is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 193 250 -
CMYK 0.94 0.23 0 0.02
HSL 194.62º 0.96% 0.52% -
HSV(B) 194.62º 0.94% 0.98% -
XYZ 36.54 45.15 97.23 -
YUV 146.58 186.36 34.87 -
System Red Green Blue C M Y K H S L
Decimal 16 193 250 0.94 0.23 0 0.02 194.62 0.96 0.52
Hex 10 C1 FA 5E 17 0 2 C3 60 34
Octal 20 301 372 136 27 0 2 303 140 64
Binary 10000 11000001 11111010 1011110 10111 0 10 11000011 1100000 110100

Color Harmonies of #10C1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C1FA

Black with #10C1FA

Text Example


Text Example

White with #10C1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,193,250); }

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

background-color css

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

 a { background-color: rgb(16,193,250); }

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

border-color css

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

 span { border-color: rgb(16,193,250); }

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