#10CBF6

Color #10CBF6 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #10CBF6

Tints of Deep Sky Blue #10CBF6

Color information

#10CBF6 (or 0x10CBF6) is unknown color: approx Deep Sky Blue. HEX triplet: 10, CB and F6. RGB value is (16,203,246). Sum of RGB (Red+Green+Blue) = 16+203+246=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #10CBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBF6 is #EF3409. Grayscale: #979797. Windows color (decimal): -15676426 or 16173840. OLE color: 16173840.

HSL color Cylindrical-coordinate representation of color #10CBF6: hue angle of 191.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CBF6 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16203246-
CMYK0.930.1700.04
HSL191.22º92.74%51.37%-
HSV(B)191.22º93.5%96.47%-
XYZ38.249.4894.73-
YUV151.99181.0531-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.44%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 246 (96.48% from 255) = 52.90%
R=3.44%
G=43.66%
B=52.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162032460.930.1700.04191.2292.7451.37
Hex10CBF65D1104bf5d33
Octal20313366135210427713563
Binary1000011001011111101101011101100010100101111111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,203,246); }

 H1.HeaderClassName
 {
   color: #10CBF6;
 }
 .AnyTagClassName
 {
   color: #10CBF6;
 }
</style>
background-color css

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

 a { background-color: rgb(16,203,246); }

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

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

 span { border-color: rgb(16,203,246); }

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