Html Css Color HEX #14DCFF Deep Sky Blue

📋 copy color: '#14DCFF'

red 20 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #14DCFF

Tints of Deep Sky Blue #14DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

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

R = 4.04%
G = 44.44%
B = 51.52%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14DCFF (or 0x14DCFF) is known color: Deep Sky Blue. HEX triplet: 14, DC and FF. RGB value is (20,220,255). Sum of RGB (Red+Green+Blue) = 20+220+255=495 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.04% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #14DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCFF is #EB2300. Grayscale: #A3A3A3. Windows color (decimal): -15409921 or 16768020. OLE color: 16768020.

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

Color convert

RGB 20 220 255 -
CMYK 0.92 0.14 0 0
HSL 188.94º 1% 0.54% -
HSV(B) 188.94º 0.92% 1% -
XYZ 43.93 58.56 103.59 -
YUV 164.19 179.24 25.15 -
System Red Green Blue C M Y K H S L
Decimal 20 220 255 0.92 0.14 0 0 188.94 1 0.54
Hex 14 DC FF 5C E 0 0 BD 64 36
Octal 24 334 377 134 16 0 0 275 144 66
Binary 10100 11011100 11111111 1011100 1110 0 0 10111101 1100100 110110

Color Harmonies of #14DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCFF

Black with #14DCFF

Text Example


Text Example

White with #14DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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