Html Css Color HEX #14ADF2 Deep Sky Blue

📋 copy color: '#14ADF2'

red 20 ◦ green 173 ◦ blue 242

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

Shades of Deep Sky Blue #14ADF2

Tints of Deep Sky Blue #14ADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

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

R = 4.6%
G = 39.77%
B = 55.63%

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

#14ADF2 (or 0x14ADF2) is known color: Deep Sky Blue. HEX triplet: 14, AD and F2. RGB value is (20,173,242). Sum of RGB (Red+Green+Blue) = 20+173+242=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #14ADF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADF2 is #EB520D. Grayscale: #868686. Windows color (decimal): -15421966 or 15904020. OLE color: 15904020.

HSL color Cylindrical-coordinate representation of color #14ADF2: hue angle of 198.65º 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 #14ADF2 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 173 242 -
CMYK 0.92 0.29 0 0.05
HSL 198.65º 0.9% 0.51% -
HSV(B) 198.65º 0.92% 0.95% -
XYZ 31.26 36.45 89.39 -
YUV 135.12 188.31 45.89 -
System Red Green Blue C M Y K H S L
Decimal 20 173 242 0.92 0.29 0 0.05 198.65 0.9 0.51
Hex 14 AD F2 5C 1D 0 5 C7 5A 33
Octal 24 255 362 134 35 0 5 307 132 63
Binary 10100 10101101 11110010 1011100 11101 0 101 11000111 1011010 110011

Color Harmonies of #14ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADF2

Black with #14ADF2

Text Example


Text Example

White with #14ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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