Html Css Color HEX #14CDFE Deep Sky Blue

📋 copy color: '#14CDFE'

red 20 ◦ green 205 ◦ blue 254

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

Shades of Deep Sky Blue #14CDFE

Tints of Deep Sky Blue #14CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

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

R = 4.18%
G = 42.8%
B = 53.03%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#14CDFE (or 0x14CDFE) is known color: Deep Sky Blue. HEX triplet: 14, CD and FE. RGB value is (20,205,254). Sum of RGB (Red+Green+Blue) = 20+205+254=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #14CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CDFE is #EB3201. Grayscale: #9A9A9A. Windows color (decimal): -15413762 or 16698644. OLE color: 16698644.

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

Color convert

RGB 20 205 254 -
CMYK 0.92 0.19 0 0.00
HSL 192.56º 0.99% 0.54% -
HSV(B) 192.56º 0.92% 1% -
XYZ 40.01 50.97 101.49 -
YUV 155.27 183.71 31.52 -
System Red Green Blue C M Y K H S L
Decimal 20 205 254 0.92 0.19 0 0.00 192.56 0.99 0.54
Hex 14 CD FE 5C 13 0 0 C1 63 36
Octal 24 315 376 134 23 0 0 301 143 66
Binary 10100 11001101 11111110 1011100 10011 0 0 11000001 1100011 110110

Color Harmonies of #14CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CDFE

Black with #14CDFE

Text Example


Text Example

White with #14CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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