Html Css Color HEX #10ABF0 Deep Sky Blue

📋 copy color: '#10ABF0'

red 16 ◦ green 171 ◦ blue 240

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

Shades of Deep Sky Blue #10ABF0

Tints of Deep Sky Blue #10ABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.21%

R = 3.75%
G = 40.05%
B = 56.21%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10ABF0 (or 0x10ABF0) is known color: Deep Sky Blue. HEX triplet: 10, AB and F0. RGB value is (16,171,240). Sum of RGB (Red+Green+Blue) = 16+171+240=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #10ABF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABF0 is #EF540F. Grayscale: #848484. Windows color (decimal): -15684624 or 15772432. OLE color: 15772432.

HSL color Cylindrical-coordinate representation of color #10ABF0: hue angle of 198.48º degrees, saturation: 0.88, 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 #10ABF0 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 171 240 -
CMYK 0.93 0.29 0 0.06
HSL 198.48º 0.88% 0.5% -
HSV(B) 198.48º 0.93% 0.94% -
XYZ 30.5 35.53 87.69 -
YUV 132.52 188.65 44.89 -
System Red Green Blue C M Y K H S L
Decimal 16 171 240 0.93 0.29 0 0.06 198.48 0.88 0.5
Hex 10 AB F0 5D 1D 0 6 C6 58 32
Octal 20 253 360 135 35 0 6 306 130 62
Binary 10000 10101011 11110000 1011101 11101 0 110 11000110 1011000 110010

Color Harmonies of #10ABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABF0

Black with #10ABF0

Text Example


Text Example

White with #10ABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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