Html Css Color HEX #14ACF9 Deep Sky Blue

📋 copy color: '#14ACF9'

red 20 ◦ green 172 ◦ blue 249

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

Shades of Deep Sky Blue #14ACF9

Tints of Deep Sky Blue #14ACF9

RGB

 RED value IS 20 (8.2% from 255) = 4.54%

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

 BLUE value IS 249 (97.66% from 255) = 56.46%

R = 4.54%
G = 39%
B = 56.46%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#14ACF9 (or 0x14ACF9) is known color: Deep Sky Blue. HEX triplet: 14, AC and F9. RGB value is (20,172,249). Sum of RGB (Red+Green+Blue) = 20+172+249=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #14ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACF9 is #EB5306. Grayscale: #868686. Windows color (decimal): -15422215 or 16362516. OLE color: 16362516.

HSL color Cylindrical-coordinate representation of color #14ACF9: hue angle of 200.17º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ACF9 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 172 249 -
CMYK 0.92 0.31 0 0.02
HSL 200.17º 0.95% 0.53% -
HSV(B) 200.17º 0.92% 0.98% -
XYZ 32.14 36.49 94.97 -
YUV 135.33 192.14 45.74 -
System Red Green Blue C M Y K H S L
Decimal 20 172 249 0.92 0.31 0 0.02 200.17 0.95 0.53
Hex 14 AC F9 5C 1F 0 2 C8 5F 35
Octal 24 254 371 134 37 0 2 310 137 65
Binary 10100 10101100 11111001 1011100 11111 0 10 11001000 1011111 110101

Color Harmonies of #14ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACF9

Black with #14ACF9

Text Example


Text Example

White with #14ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14ACF9; }

 p { color: rgb(20,172,249); }

 H1.HeaderClassName
 {
   color: #14ACF9;
 }
 .AnyTagClassName
 {
   color: #14ACF9;
 }
</style>

background-color css

<style>
 a { background-color: #14ACF9; }

 a { background-color: rgb(20,172,249); }

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

border-color css

<style>
 span { border-color: #14ACF9; }

 span { border-color: rgb(20,172,249); }

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