Html Css Color HEX #14ABF2 Deep Sky Blue

📋 copy color: '#14ABF2'

red 20 ◦ green 171 ◦ blue 242

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

Shades of Deep Sky Blue #14ABF2

Tints of Deep Sky Blue #14ABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.49%

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

R = 4.62%
G = 39.49%
B = 55.89%

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

#14ABF2 (or 0x14ABF2) is known color: Deep Sky Blue. HEX triplet: 14, AB and F2. RGB value is (20,171,242). Sum of RGB (Red+Green+Blue) = 20+171+242=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #14ABF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ABF2 is #EB540D. Grayscale: #858585. Windows color (decimal): -15422478 or 15903508. OLE color: 15903508.

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

Color convert

RGB 20 171 242 -
CMYK 0.92 0.29 0 0.05
HSL 199.19º 0.9% 0.51% -
HSV(B) 199.19º 0.92% 0.95% -
XYZ 30.88 35.69 89.26 -
YUV 133.95 188.97 46.73 -
System Red Green Blue C M Y K H S L
Decimal 20 171 242 0.92 0.29 0 0.05 199.19 0.9 0.51
Hex 14 AB F2 5C 1D 0 5 C7 5A 33
Octal 24 253 362 134 35 0 5 307 132 63
Binary 10100 10101011 11110010 1011100 11101 0 101 11000111 1011010 110011

Color Harmonies of #14ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABF2

Black with #14ABF2

Text Example


Text Example

White with #14ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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