Html Css Color HEX #10ACF1 Deep Sky Blue

📋 copy color: '#10ACF1'

red 16 ◦ green 172 ◦ blue 241

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

Shades of Deep Sky Blue #10ACF1

Tints of Deep Sky Blue #10ACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 3.73%
G = 40.09%
B = 56.18%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#10ACF1 (or 0x10ACF1) is known color: Deep Sky Blue. HEX triplet: 10, AC and F1. RGB value is (16,172,241). Sum of RGB (Red+Green+Blue) = 16+172+241=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #10ACF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACF1 is #EF530E. Grayscale: #848484. Windows color (decimal): -15684367 or 15838224. OLE color: 15838224.

HSL color Cylindrical-coordinate representation of color #10ACF1: hue angle of 198.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ACF1 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 172 241 -
CMYK 0.93 0.29 0 0.05
HSL 198.4º 0.89% 0.5% -
HSV(B) 198.4º 0.93% 0.95% -
XYZ 30.84 35.97 88.54 -
YUV 133.22 188.82 44.39 -
System Red Green Blue C M Y K H S L
Decimal 16 172 241 0.93 0.29 0 0.05 198.4 0.89 0.5
Hex 10 AC F1 5D 1D 0 5 C6 59 32
Octal 20 254 361 135 35 0 5 306 131 62
Binary 10000 10101100 11110001 1011101 11101 0 101 11000110 1011001 110010

Color Harmonies of #10ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACF1

Black with #10ACF1

Text Example


Text Example

White with #10ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,241); }

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

background-color css

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

 a { background-color: rgb(16,172,241); }

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

border-color css

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

 span { border-color: rgb(16,172,241); }

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