Html Css Color HEX #10BAE9 Deep Sky Blue

📋 copy color: '#10BAE9'

red 16 ◦ green 186 ◦ blue 233

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

Shades of Deep Sky Blue #10BAE9

Tints of Deep Sky Blue #10BAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 3.68%
G = 42.76%
B = 53.56%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#10BAE9 (or 0x10BAE9) is known color: Deep Sky Blue. HEX triplet: 10, BA and E9. RGB value is (16,186,233). Sum of RGB (Red+Green+Blue) = 16+186+233=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #10BAE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BAE9 is #EF4516. Grayscale: #8C8C8C. Windows color (decimal): -15680791 or 15317520. OLE color: 15317520.

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

Color convert

RGB 16 186 233 -
CMYK 0.93 0.20 0 0.09
HSL 193º 0.87% 0.49% -
HSV(B) 193º 0.93% 0.91% -
XYZ 32.48 41.11 83.31 -
YUV 140.53 180.18 39.18 -
System Red Green Blue C M Y K H S L
Decimal 16 186 233 0.93 0.20 0 0.09 193 0.87 0.49
Hex 10 BA E9 5D 14 0 9 C1 57 31
Octal 20 272 351 135 24 0 11 301 127 61
Binary 10000 10111010 11101001 1011101 10100 0 1001 11000001 1010111 110001

Color Harmonies of #10BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BAE9

Black with #10BAE9

Text Example


Text Example

White with #10BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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