Html Css Color HEX #14D1FD Deep Sky Blue

📋 copy color: '#14D1FD'

red 20 ◦ green 209 ◦ blue 253

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

Shades of Deep Sky Blue #14D1FD

Tints of Deep Sky Blue #14D1FD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 4.15%
G = 43.36%
B = 52.49%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14D1FD (or 0x14D1FD) is known color: Deep Sky Blue. HEX triplet: 14, D1 and FD. RGB value is (20,209,253). Sum of RGB (Red+Green+Blue) = 20+209+253=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #14D1FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D1FD is #EB2E02. Grayscale: #9D9D9D. Windows color (decimal): -15412739 or 16634132. OLE color: 16634132.

HSL color Cylindrical-coordinate representation of color #14D1FD: hue angle of 191.33º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14D1FD is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 209 253 -
CMYK 0.92 0.17 0 0.01
HSL 191.33º 0.98% 0.54% -
HSV(B) 191.33º 0.92% 0.99% -
XYZ 40.82 52.84 100.98 -
YUV 157.51 181.88 29.92 -
System Red Green Blue C M Y K H S L
Decimal 20 209 253 0.92 0.17 0 0.01 191.33 0.98 0.54
Hex 14 D1 FD 5C 11 0 1 BF 62 36
Octal 24 321 375 134 21 0 1 277 142 66
Binary 10100 11010001 11111101 1011100 10001 0 1 10111111 1100010 110110

Color Harmonies of #14D1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D1FD

Black with #14D1FD

Text Example


Text Example

White with #14D1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,209,253); }

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

background-color css

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

 a { background-color: rgb(20,209,253); }

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

border-color css

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

 span { border-color: rgb(20,209,253); }

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