#14CCEF

Color #14CCEF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #14CCEF

Tints of Deep Sky Blue #14CCEF

Color information

#14CCEF (or 0x14CCEF) is unknown color: approx Deep Sky Blue. HEX triplet: 14, CC and EF. RGB value is (20,204,239). Sum of RGB (Red+Green+Blue) = 20+204+239=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #14CCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CCEF is #EB3310. Grayscale: #989898. Windows color (decimal): -15414033 or 15715348. OLE color: 15715348.

HSL color Cylindrical-coordinate representation of color #14CCEF: hue angle of 189.59º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CCEF is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20204239-
CMYK0.920.1500.06
HSL189.59º87.25%50.78%-
HSV(B)189.59º91.63%93.73%-
XYZ37.4649.5789.25-
YUV152.97176.5433.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.32%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 239 (93.75% from 255) = 51.62%
R=4.32%
G=44.06%
B=51.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202042390.920.1500.06189.5987.2550.78
Hex14CCEF5CF06be5733
Octal24314357134170627612763
Binary101001100110011101111101110011110110101111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,204,239); }

 H1.HeaderClassName
 {
   color: #14CCEF;
 }
 .AnyTagClassName
 {
   color: #14CCEF;
 }
</style>
background-color css

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

 a { background-color: rgb(20,204,239); }

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

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

 span { border-color: rgb(20,204,239); }

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