Html Css Color HEX #14C5ED Deep Sky Blue

📋 copy color: '#14C5ED'

red 20 ◦ green 197 ◦ blue 237

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

Shades of Deep Sky Blue #14C5ED

Tints of Deep Sky Blue #14C5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.39%

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 4.41%
G = 43.39%
B = 52.2%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14C5ED (or 0x14C5ED) is known color: Deep Sky Blue. HEX triplet: 14, C5 and ED. RGB value is (20,197,237). Sum of RGB (Red+Green+Blue) = 20+197+237=454 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.41% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #14C5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C5ED is #EB3A12. Grayscale: #949494. Windows color (decimal): -15415827 or 15582484. OLE color: 15582484.

HSL color Cylindrical-coordinate representation of color #14C5ED: hue angle of 191.06º degrees, saturation: 0.86, 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 #14C5ED is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 197 237 -
CMYK 0.92 0.17 0 0.07
HSL 191.06º 0.86% 0.5% -
HSV(B) 191.06º 0.92% 0.93% -
XYZ 35.54 46.2 87.16 -
YUV 148.64 177.86 36.25 -
System Red Green Blue C M Y K H S L
Decimal 20 197 237 0.92 0.17 0 0.07 191.06 0.86 0.5
Hex 14 C5 ED 5C 11 0 7 BF 56 32
Octal 24 305 355 134 21 0 7 277 126 62
Binary 10100 11000101 11101101 1011100 10001 0 111 10111111 1010110 110010

Color Harmonies of #14C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C5ED

Black with #14C5ED

Text Example


Text Example

White with #14C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,197,237); }

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

background-color css

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

 a { background-color: rgb(20,197,237); }

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

border-color css

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

 span { border-color: rgb(20,197,237); }

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