Html Css Color HEX #10BAEB Deep Sky Blue

📋 copy color: '#10BAEB'

red 16 ◦ green 186 ◦ blue 235

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

Shades of Deep Sky Blue #10BAEB

Tints of Deep Sky Blue #10BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 3.66%
G = 42.56%
B = 53.78%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10BAEB (or 0x10BAEB) is known color: Deep Sky Blue. HEX triplet: 10, BA and EB. RGB value is (16,186,235). Sum of RGB (Red+Green+Blue) = 16+186+235=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #10BAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BAEB is #EF4514. Grayscale: #8C8C8C. Windows color (decimal): -15680789 or 15448592. OLE color: 15448592.

HSL color Cylindrical-coordinate representation of color #10BAEB: hue angle of 193.42º 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 #10BAEB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 186 235 -
CMYK 0.93 0.21 0 0.08
HSL 193.42º 0.87% 0.49% -
HSV(B) 193.42º 0.93% 0.92% -
XYZ 32.77 41.23 84.83 -
YUV 140.76 181.18 39.02 -
System Red Green Blue C M Y K H S L
Decimal 16 186 235 0.93 0.21 0 0.08 193.42 0.87 0.49
Hex 10 BA EB 5D 15 0 8 C1 57 31
Octal 20 272 353 135 25 0 10 301 127 61
Binary 10000 10111010 11101011 1011101 10101 0 1000 11000001 1010111 110001

Color Harmonies of #10BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BAEB

Black with #10BAEB

Text Example


Text Example

White with #10BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,186,235); }

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

background-color css

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

 a { background-color: rgb(16,186,235); }

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

border-color css

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

 span { border-color: rgb(16,186,235); }

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