Html Css Color HEX #14C9EC Deep Sky Blue

📋 copy color: '#14C9EC'

red 20 ◦ green 201 ◦ blue 236

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

Shades of Deep Sky Blue #14C9EC

Tints of Deep Sky Blue #14C9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.98%

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 4.38%
G = 43.98%
B = 51.64%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14C9EC (or 0x14C9EC) is known color: Deep Sky Blue. HEX triplet: 14, C9 and EC. RGB value is (20,201,236). Sum of RGB (Red+Green+Blue) = 20+201+236=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #14C9EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C9EC is #EB3613. Grayscale: #969696. Windows color (decimal): -15414804 or 15517972. OLE color: 15517972.

HSL color Cylindrical-coordinate representation of color #14C9EC: hue angle of 189.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C9EC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 201 236 -
CMYK 0.92 0.15 0 0.07
HSL 189.72º 0.85% 0.5% -
HSV(B) 189.72º 0.92% 0.93% -
XYZ 36.32 47.98 86.7 -
YUV 150.87 176.03 34.65 -
System Red Green Blue C M Y K H S L
Decimal 20 201 236 0.92 0.15 0 0.07 189.72 0.85 0.5
Hex 14 C9 EC 5C F 0 7 BE 55 32
Octal 24 311 354 134 17 0 7 276 125 62
Binary 10100 11001001 11101100 1011100 1111 0 111 10111110 1010101 110010

Color Harmonies of #14C9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C9EC

Black with #14C9EC

Text Example


Text Example

White with #14C9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,201,236); }

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

background-color css

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

 a { background-color: rgb(20,201,236); }

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

border-color css

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

 span { border-color: rgb(20,201,236); }

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