Html Css Color HEX #10BCEC Deep Sky Blue

📋 copy color: '#10BCEC'

red 16 ◦ green 188 ◦ blue 236

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

Shades of Deep Sky Blue #10BCEC

Tints of Deep Sky Blue #10BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 3.64%
G = 42.73%
B = 53.64%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10BCEC (or 0x10BCEC) is known color: Deep Sky Blue. HEX triplet: 10, BC and EC. RGB value is (16,188,236). Sum of RGB (Red+Green+Blue) = 16+188+236=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #10BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCEC is #EF4313. Grayscale: #8D8D8D. Windows color (decimal): -15680276 or 15514640. OLE color: 15514640.

HSL color Cylindrical-coordinate representation of color #10BCEC: hue angle of 193.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCEC is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 188 236 -
CMYK 0.93 0.20 0 0.07
HSL 193.09º 0.87% 0.49% -
HSV(B) 193.09º 0.93% 0.93% -
XYZ 33.34 42.13 85.73 -
YUV 142.04 181.02 38.1 -
System Red Green Blue C M Y K H S L
Decimal 16 188 236 0.93 0.20 0 0.07 193.09 0.87 0.49
Hex 10 BC EC 5D 14 0 7 C1 57 31
Octal 20 274 354 135 24 0 7 301 127 61
Binary 10000 10111100 11101100 1011101 10100 0 111 11000001 1010111 110001

Color Harmonies of #10BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCEC

Black with #10BCEC

Text Example


Text Example

White with #10BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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