Html Css Color HEX #14DFFF Deep Sky Blue

📋 copy color: '#14DFFF'

red 20 ◦ green 223 ◦ blue 255

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

Shades of Deep Sky Blue #14DFFF

Tints of Deep Sky Blue #14DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.78%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 4.02%
G = 44.78%
B = 51.2%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14DFFF (or 0x14DFFF) is known color: Deep Sky Blue. HEX triplet: 14, DF and FF. RGB value is (20,223,255). Sum of RGB (Red+Green+Blue) = 20+223+255=498 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.02% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #14DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DFFF is #EB2000. Grayscale: #A5A5A5. Windows color (decimal): -15409153 or 16768788. OLE color: 16768788.

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

Color convert

RGB 20 223 255 -
CMYK 0.92 0.13 0 0
HSL 188.17º 1% 0.54% -
HSV(B) 188.17º 0.92% 1% -
XYZ 44.73 60.14 103.86 -
YUV 165.95 178.25 23.9 -
System Red Green Blue C M Y K H S L
Decimal 20 223 255 0.92 0.13 0 0 188.17 1 0.54
Hex 14 DF FF 5C D 0 0 BC 64 36
Octal 24 337 377 134 15 0 0 274 144 66
Binary 10100 11011111 11111111 1011100 1101 0 0 10111100 1100100 110110

Color Harmonies of #14DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFFF

Black with #14DFFF

Text Example


Text Example

White with #14DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,255); }

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

background-color css

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

 a { background-color: rgb(20,223,255); }

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

border-color css

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

 span { border-color: rgb(20,223,255); }

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