Html Css Color HEX #10ABEF Deep Sky Blue

📋 copy color: '#10ABEF'

red 16 ◦ green 171 ◦ blue 239

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

Shades of Deep Sky Blue #10ABEF

Tints of Deep Sky Blue #10ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.1%

R = 3.76%
G = 40.14%
B = 56.1%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10ABEF (or 0x10ABEF) is known color: Deep Sky Blue. HEX triplet: 10, AB and EF. RGB value is (16,171,239). Sum of RGB (Red+Green+Blue) = 16+171+239=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #10ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABEF is #EF5410. Grayscale: #838383. Windows color (decimal): -15684625 or 15706896. OLE color: 15706896.

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

Color convert

RGB 16 171 239 -
CMYK 0.93 0.28 0 0.06
HSL 198.3º 0.87% 0.5% -
HSV(B) 198.3º 0.93% 0.94% -
XYZ 30.36 35.47 86.91 -
YUV 132.41 188.15 44.97 -
System Red Green Blue C M Y K H S L
Decimal 16 171 239 0.93 0.28 0 0.06 198.3 0.87 0.5
Hex 10 AB EF 5D 1C 0 6 C6 57 32
Octal 20 253 357 135 34 0 6 306 127 62
Binary 10000 10101011 11101111 1011101 11100 0 110 11000110 1010111 110010

Color Harmonies of #10ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABEF

Black with #10ABEF

Text Example


Text Example

White with #10ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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