Html Css Color HEX #14ACF7 Deep Sky Blue

📋 copy color: '#14ACF7'

red 20 ◦ green 172 ◦ blue 247

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

Shades of Deep Sky Blue #14ACF7

Tints of Deep Sky Blue #14ACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.26%

R = 4.56%
G = 39.18%
B = 56.26%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#14ACF7 (or 0x14ACF7) is known color: Deep Sky Blue. HEX triplet: 14, AC and F7. RGB value is (20,172,247). Sum of RGB (Red+Green+Blue) = 20+172+247=439 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.56% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #14ACF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACF7 is #EB5308. Grayscale: #868686. Windows color (decimal): -15422217 or 16231444. OLE color: 16231444.

HSL color Cylindrical-coordinate representation of color #14ACF7: hue angle of 199.82º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ACF7 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 172 247 -
CMYK 0.92 0.30 0 0.03
HSL 199.82º 0.93% 0.52% -
HSV(B) 199.82º 0.92% 0.97% -
XYZ 31.83 36.37 93.34 -
YUV 135.1 191.14 45.9 -
System Red Green Blue C M Y K H S L
Decimal 20 172 247 0.92 0.30 0 0.03 199.82 0.93 0.52
Hex 14 AC F7 5C 1E 0 3 C8 5D 34
Octal 24 254 367 134 36 0 3 310 135 64
Binary 10100 10101100 11110111 1011100 11110 0 11 11001000 1011101 110100

Color Harmonies of #14ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACF7

Black with #14ACF7

Text Example


Text Example

White with #14ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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