Html Css Color HEX #10C2FB Deep Sky Blue

📋 copy color: '#10C2FB'

red 16 ◦ green 194 ◦ blue 251

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

Shades of Deep Sky Blue #10C2FB

Tints of Deep Sky Blue #10C2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 3.47%
G = 42.08%
B = 54.45%

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

#10C2FB (or 0x10C2FB) is known color: Deep Sky Blue. HEX triplet: 10, C2 and FB. RGB value is (16,194,251). Sum of RGB (Red+Green+Blue) = 16+194+251=461 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.47% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #10C2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C2FB is #EF3D04. Grayscale: #929292. Windows color (decimal): -15678725 or 16499216. OLE color: 16499216.

HSL color Cylindrical-coordinate representation of color #10C2FB: hue angle of 194.55º degrees, saturation: 0.97, 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 #10C2FB is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 194 251 -
CMYK 0.94 0.23 0 0.02
HSL 194.55º 0.97% 0.52% -
HSV(B) 194.55º 0.94% 0.98% -
XYZ 36.92 45.66 98.13 -
YUV 147.28 186.53 34.37 -
System Red Green Blue C M Y K H S L
Decimal 16 194 251 0.94 0.23 0 0.02 194.55 0.97 0.52
Hex 10 C2 FB 5E 17 0 2 C3 61 34
Octal 20 302 373 136 27 0 2 303 141 64
Binary 10000 11000010 11111011 1011110 10111 0 10 11000011 1100001 110100

Color Harmonies of #10C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2FB

Black with #10C2FB

Text Example


Text Example

White with #10C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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