Html Css Color HEX #10BDE6 Deep Sky Blue

📋 copy color: '#10BDE6'

red 16 ◦ green 189 ◦ blue 230

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

Shades of Deep Sky Blue #10BDE6

Tints of Deep Sky Blue #10BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.45%

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 3.68%
G = 43.45%
B = 52.87%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#10BDE6 (or 0x10BDE6) is known color: Deep Sky Blue. HEX triplet: 10, BD and E6. RGB value is (16,189,230). Sum of RGB (Red+Green+Blue) = 16+189+230=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #10BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDE6 is #EF4219. Grayscale: #8D8D8D. Windows color (decimal): -15680026 or 15121680. OLE color: 15121680.

HSL color Cylindrical-coordinate representation of color #10BDE6: hue angle of 191.5º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDE6 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 16 189 230 -
CMYK 0.93 0.18 0 0.10
HSL 191.5º 0.87% 0.48% -
HSV(B) 191.5º 0.93% 0.9% -
XYZ 32.69 42.22 81.29 -
YUV 141.95 177.69 38.17 -
System Red Green Blue C M Y K H S L
Decimal 16 189 230 0.93 0.18 0 0.10 191.5 0.87 0.48
Hex 10 BD E6 5D 12 0 A BF 57 30
Octal 20 275 346 135 22 0 12 277 127 60
Binary 10000 10111101 11100110 1011101 10010 0 1010 10111111 1010111 110000

Color Harmonies of #10BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDE6

Black with #10BDE6

Text Example


Text Example

White with #10BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,230); }

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

background-color css

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

 a { background-color: rgb(16,189,230); }

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

border-color css

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

 span { border-color: rgb(16,189,230); }

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