Html Css Color HEX #14ACF6 Deep Sky Blue

📋 copy color: '#14ACF6'

red 20 ◦ green 172 ◦ blue 246

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

Shades of Deep Sky Blue #14ACF6

Tints of Deep Sky Blue #14ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.16%

R = 4.57%
G = 39.27%
B = 56.16%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#14ACF6 (or 0x14ACF6) is known color: Deep Sky Blue. HEX triplet: 14, AC and F6. RGB value is (20,172,246). Sum of RGB (Red+Green+Blue) = 20+172+246=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #14ACF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACF6 is #EB5309. Grayscale: #868686. Windows color (decimal): -15422218 or 16165908. OLE color: 16165908.

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

Color convert

RGB 20 172 246 -
CMYK 0.92 0.30 0 0.04
HSL 199.65º 0.93% 0.52% -
HSV(B) 199.65º 0.92% 0.96% -
XYZ 31.68 36.31 92.53 -
YUV 134.99 190.64 45.98 -
System Red Green Blue C M Y K H S L
Decimal 20 172 246 0.92 0.30 0 0.04 199.65 0.93 0.52
Hex 14 AC F6 5C 1E 0 4 C8 5D 34
Octal 24 254 366 134 36 0 4 310 135 64
Binary 10100 10101100 11110110 1011100 11110 0 100 11001000 1011101 110100

Color Harmonies of #14ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACF6

Black with #14ACF6

Text Example


Text Example

White with #14ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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