#14ACEE

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

Shades of Deep Sky Blue #14ACEE

Tints of Deep Sky Blue #14ACEE

Color information

#14ACEE (or 0x14ACEE) is unknown color: approx Deep Sky Blue. HEX triplet: 14, AC and EE. RGB value is (20,172,238). Sum of RGB (Red+Green+Blue) = 20+172+238=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #14ACEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACEE is #EB5311. Grayscale: #858585. Windows color (decimal): -15422226 or 15641620. OLE color: 15641620.

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

Color convert

RGB20172238-
CMYK0.920.2800.07
HSL198.17º86.51%50.59%-
HSV(B)198.17º91.6%93.33%-
XYZ30.4735.8386.2-
YUV134.08186.6446.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.65%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 238 (93.36% from 255) = 55.35%
R=4.65%
G=40%
B=55.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201722380.920.2800.07198.1786.5150.59
Hex14ACEE5C1C07c65733
Octal24254356134340730612763
Binary1010010101100111011101011100111000111110001101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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