Html Css Color HEX #14ACF2 Deep Sky Blue

📋 copy color: '#14ACF2'

red 20 ◦ green 172 ◦ blue 242

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

Shades of Deep Sky Blue #14ACF2

Tints of Deep Sky Blue #14ACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 4.61%
G = 39.63%
B = 55.76%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14ACF2 (or 0x14ACF2) is known color: Deep Sky Blue. HEX triplet: 14, AC and F2. RGB value is (20,172,242). Sum of RGB (Red+Green+Blue) = 20+172+242=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #14ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACF2 is #EB530D. Grayscale: #868686. Windows color (decimal): -15422222 or 15903764. OLE color: 15903764.

HSL color Cylindrical-coordinate representation of color #14ACF2: hue angle of 198.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ACF2 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 172 242 -
CMYK 0.92 0.29 0 0.05
HSL 198.92º 0.9% 0.51% -
HSV(B) 198.92º 0.92% 0.95% -
XYZ 31.07 36.06 89.33 -
YUV 134.53 188.64 46.31 -
System Red Green Blue C M Y K H S L
Decimal 20 172 242 0.92 0.29 0 0.05 198.92 0.9 0.51
Hex 14 AC F2 5C 1D 0 5 C7 5A 33
Octal 24 254 362 134 35 0 5 307 132 63
Binary 10100 10101100 11110010 1011100 11101 0 101 11000111 1011010 110011

Color Harmonies of #14ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACF2

Black with #14ACF2

Text Example


Text Example

White with #14ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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