#10BCEF

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

Shades of Deep Sky Blue #10BCEF

Tints of Deep Sky Blue #10BCEF

Color information

#10BCEF (or 0x10BCEF) is unknown color: approx Deep Sky Blue. HEX triplet: 10, BC and EF. RGB value is (16,188,239). Sum of RGB (Red+Green+Blue) = 16+188+239=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #10BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCEF is #EF4310. Grayscale: #8E8E8E. Windows color (decimal): -15680273 or 15711248. OLE color: 15711248.

HSL color Cylindrical-coordinate representation of color #10BCEF: hue angle of 193.72º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCEF is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16188239-
CMYK0.930.2100.06
HSL193.72º87.45%50%-
HSV(B)193.72º93.31%93.73%-
XYZ33.7842.3188.05-
YUV142.39182.5237.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.61%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 239 (93.75% from 255) = 53.95%
R=3.61%
G=42.44%
B=53.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161882390.930.2100.06193.7287.4550
Hex10BCEF5D1506c25732
Octal20274357135250630212762
Binary1000010111100111011111011101101010110110000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,188,239); }

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

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

 a { background-color: rgb(16,188,239); }

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

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

 span { border-color: rgb(16,188,239); }

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