Html Css Color HEX #10ABEA Deep Sky Blue

📋 copy color: '#10ABEA'

red 16 ◦ green 171 ◦ blue 234

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

Shades of Deep Sky Blue #10ABEA

Tints of Deep Sky Blue #10ABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

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

R = 3.8%
G = 40.62%
B = 55.58%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10ABEA (or 0x10ABEA) is known color: Deep Sky Blue. HEX triplet: 10, AB and EA. RGB value is (16,171,234). Sum of RGB (Red+Green+Blue) = 16+171+234=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #10ABEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABEA is #EF5415. Grayscale: #838383. Windows color (decimal): -15684630 or 15379216. OLE color: 15379216.

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

Color convert

RGB 16 171 234 -
CMYK 0.93 0.27 0 0.08
HSL 197.34º 0.87% 0.49% -
HSV(B) 197.34º 0.93% 0.92% -
XYZ 29.63 35.18 83.07 -
YUV 131.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 16 171 234 0.93 0.27 0 0.08 197.34 0.87 0.49
Hex 10 AB EA 5D 1B 0 8 C5 57 31
Octal 20 253 352 135 33 0 10 305 127 61
Binary 10000 10101011 11101010 1011101 11011 0 1000 11000101 1010111 110001

Color Harmonies of #10ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABEA

Black with #10ABEA

Text Example


Text Example

White with #10ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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