Html Css Color HEX #10ABFF Deep Sky Blue

📋 copy color: '#10ABFF'

red 16 ◦ green 171 ◦ blue 255

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

Shades of Deep Sky Blue #10ABFF

Tints of Deep Sky Blue #10ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 3.62%
G = 38.69%
B = 57.69%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10ABFF (or 0x10ABFF) is known color: Deep Sky Blue. HEX triplet: 10, AB and FF. RGB value is (16,171,255). Sum of RGB (Red+Green+Blue) = 16+171+255=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #10ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABFF is #EF5400. Grayscale: #858585. Windows color (decimal): -15684609 or 16755472. OLE color: 16755472.

HSL color Cylindrical-coordinate representation of color #10ABFF: hue angle of 201.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ABFF is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 171 255 -
CMYK 0.94 0.33 0 0
HSL 201.09º 1% 0.53% -
HSV(B) 201.09º 0.94% 1% -
XYZ 32.83 36.46 99.91 -
YUV 134.23 196.15 43.67 -
System Red Green Blue C M Y K H S L
Decimal 16 171 255 0.94 0.33 0 0 201.09 1 0.53
Hex 10 AB FF 5E 21 0 0 C9 64 35
Octal 20 253 377 136 41 0 0 311 144 65
Binary 10000 10101011 11111111 1011110 100001 0 0 11001001 1100100 110101

Color Harmonies of #10ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABFF

Black with #10ABFF

Text Example


Text Example

White with #10ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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