Html Css Color HEX #16ACF0 Deep Sky Blue

📋 copy color: '#16ACF0'

red 22 ◦ green 172 ◦ blue 240

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

Shades of Deep Sky Blue #16ACF0

Tints of Deep Sky Blue #16ACF0

RGB

 RED value IS 22 (8.98% from 255) = 5.07%

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

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

R = 5.07%
G = 39.63%
B = 55.3%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#16ACF0 (or 0x16ACF0) is known color: Deep Sky Blue. HEX triplet: 16, AC and F0. RGB value is (22,172,240). Sum of RGB (Red+Green+Blue) = 22+172+240=434 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.07% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #16ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACF0 is #E9530F. Grayscale: #868686. Windows color (decimal): -15291152 or 15772694. OLE color: 15772694.

HSL color Cylindrical-coordinate representation of color #16ACF0: hue angle of 198.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ACF0 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 172 240 -
CMYK 0.91 0.28 0 0.06
HSL 198.72º 0.88% 0.51% -
HSV(B) 198.72º 0.91% 0.94% -
XYZ 30.81 35.97 87.76 -
YUV 134.9 187.31 47.47 -
System Red Green Blue C M Y K H S L
Decimal 22 172 240 0.91 0.28 0 0.06 198.72 0.88 0.51
Hex 16 AC F0 5B 1C 0 6 C7 58 33
Octal 26 254 360 133 34 0 6 307 130 63
Binary 10110 10101100 11110000 1011011 11100 0 110 11000111 1011000 110011

Color Harmonies of #16ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACF0

Black with #16ACF0

Text Example


Text Example

White with #16ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16ACF0; }

 p { color: rgb(22,172,240); }

 H1.HeaderClassName
 {
   color: #16ACF0;
 }
 .AnyTagClassName
 {
   color: #16ACF0;
 }
</style>

background-color css

<style>
 a { background-color: #16ACF0; }

 a { background-color: rgb(22,172,240); }

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

border-color css

<style>
 span { border-color: #16ACF0; }

 span { border-color: rgb(22,172,240); }

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