#14C3EE

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

Shades of Deep Sky Blue #14C3EE

Tints of Deep Sky Blue #14C3EE

Color information

#14C3EE (or 0x14C3EE) is unknown color: approx Deep Sky Blue. HEX triplet: 14, C3 and EE. RGB value is (20,195,238). Sum of RGB (Red+Green+Blue) = 20+195+238=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #14C3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C3EE is #EB3C11. Grayscale: #939393. Windows color (decimal): -15416338 or 15647508. OLE color: 15647508.

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

Color convert

RGB20195238-
CMYK0.920.1800.07
HSL191.83º86.51%50.59%-
HSV(B)191.83º91.6%93.33%-
XYZ35.2445.3587.79-
YUV147.58179.0237-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.42%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 238 (93.36% from 255) = 52.54%
R=4.42%
G=43.05%
B=52.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201952380.920.1800.07191.8386.5150.59
Hex14C3EE5C1207c05733
Octal24303356134220730012763
Binary1010011000011111011101011100100100111110000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,195,238); }

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

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

 a { background-color: rgb(20,195,238); }

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

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

 span { border-color: rgb(20,195,238); }

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