Html Css Color HEX #14DDFE Deep Sky Blue

📋 copy color: '#14DDFE'

red 20 ◦ green 221 ◦ blue 254

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

Shades of Deep Sky Blue #14DDFE

Tints of Deep Sky Blue #14DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 4.04%
G = 44.65%
B = 51.31%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#14DDFE (or 0x14DDFE) is known color: Deep Sky Blue. HEX triplet: 14, DD and FE. RGB value is (20,221,254). Sum of RGB (Red+Green+Blue) = 20+221+254=495 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.04% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #14DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DDFE is #EB2201. Grayscale: #A4A4A4. Windows color (decimal): -15409666 or 16702740. OLE color: 16702740.

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

Color convert

RGB 20 221 254 -
CMYK 0.92 0.13 0 0.00
HSL 188.46º 0.99% 0.54% -
HSV(B) 188.46º 0.92% 1% -
XYZ 44.03 59.02 102.84 -
YUV 164.66 178.41 24.82 -
System Red Green Blue C M Y K H S L
Decimal 20 221 254 0.92 0.13 0 0.00 188.46 0.99 0.54
Hex 14 DD FE 5C D 0 0 BC 63 36
Octal 24 335 376 134 15 0 0 274 143 66
Binary 10100 11011101 11111110 1011100 1101 0 0 10111100 1100011 110110

Color Harmonies of #14DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DDFE

Black with #14DDFE

Text Example


Text Example

White with #14DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,221,254); }

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

background-color css

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

 a { background-color: rgb(20,221,254); }

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

border-color css

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

 span { border-color: rgb(20,221,254); }

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