Html Css Color HEX #10C2FF Deep Sky Blue

📋 copy color: '#10C2FF'

red 16 ◦ green 194 ◦ blue 255

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

Shades of Deep Sky Blue #10C2FF

Tints of Deep Sky Blue #10C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.72%

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

R = 3.44%
G = 41.72%
B = 54.84%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10C2FF (or 0x10C2FF) is known color: Deep Sky Blue. HEX triplet: 10, C2 and FF. RGB value is (16,194,255). Sum of RGB (Red+Green+Blue) = 16+194+255=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #10C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C2FF is #EF3D00. Grayscale: #939393. Windows color (decimal): -15678721 or 16761360. OLE color: 16761360.

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

Color convert

RGB 16 194 255 -
CMYK 0.94 0.24 0 0
HSL 195.31º 1% 0.53% -
HSV(B) 195.31º 0.94% 1% -
XYZ 37.56 45.91 101.49 -
YUV 147.73 188.53 34.04 -
System Red Green Blue C M Y K H S L
Decimal 16 194 255 0.94 0.24 0 0 195.31 1 0.53
Hex 10 C2 FF 5E 18 0 0 C3 64 35
Octal 20 302 377 136 30 0 0 303 144 65
Binary 10000 11000010 11111111 1011110 11000 0 0 11000011 1100100 110101

Color Harmonies of #10C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2FF

Black with #10C2FF

Text Example


Text Example

White with #10C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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