Html Css Color HEX #10ABEC Deep Sky Blue

📋 copy color: '#10ABEC'

red 16 ◦ green 171 ◦ blue 236

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

Shades of Deep Sky Blue #10ABEC

Tints of Deep Sky Blue #10ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 3.78%
G = 40.43%
B = 55.79%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10ABEC (or 0x10ABEC) is known color: Deep Sky Blue. HEX triplet: 10, AB and EC. RGB value is (16,171,236). Sum of RGB (Red+Green+Blue) = 16+171+236=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #10ABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABEC is #EF5413. Grayscale: #838383. Windows color (decimal): -15684628 or 15510288. OLE color: 15510288.

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

Color convert

RGB 16 171 236 -
CMYK 0.93 0.28 0 0.07
HSL 197.73º 0.87% 0.49% -
HSV(B) 197.73º 0.93% 0.93% -
XYZ 29.92 35.29 84.59 -
YUV 132.07 186.65 45.21 -
System Red Green Blue C M Y K H S L
Decimal 16 171 236 0.93 0.28 0 0.07 197.73 0.87 0.49
Hex 10 AB EC 5D 1C 0 7 C6 57 31
Octal 20 253 354 135 34 0 7 306 127 61
Binary 10000 10101011 11101100 1011101 11100 0 111 11000110 1010111 110001

Color Harmonies of #10ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABEC

Black with #10ABEC

Text Example


Text Example

White with #10ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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