Html Css Color HEX #10BCEA Deep Sky Blue

📋 copy color: '#10BCEA'

red 16 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #10BCEA

Tints of Deep Sky Blue #10BCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 3.65%
G = 42.92%
B = 53.42%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10BCEA (or 0x10BCEA) is known color: Deep Sky Blue. HEX triplet: 10, BC and EA. RGB value is (16,188,234). Sum of RGB (Red+Green+Blue) = 16+188+234=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #10BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCEA is #EF4315. Grayscale: #8D8D8D. Windows color (decimal): -15680278 or 15383568. OLE color: 15383568.

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

Color convert

RGB 16 188 234 -
CMYK 0.93 0.20 0 0.08
HSL 192.66º 0.87% 0.49% -
HSV(B) 192.66º 0.93% 0.92% -
XYZ 33.05 42.02 84.21 -
YUV 141.82 180.02 38.26 -
System Red Green Blue C M Y K H S L
Decimal 16 188 234 0.93 0.20 0 0.08 192.66 0.87 0.49
Hex 10 BC EA 5D 14 0 8 C1 57 31
Octal 20 274 352 135 24 0 10 301 127 61
Binary 10000 10111100 11101010 1011101 10100 0 1000 11000001 1010111 110001

Color Harmonies of #10BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCEA

Black with #10BCEA

Text Example


Text Example

White with #10BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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