#14c2ff

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

Shades of Deep Sky Blue #14C2FF

Tints of Deep Sky Blue #14C2FF

Color information

#14C2FF (or 0x14C2FF) is unknown color: approx Deep Sky Blue. HEX triplet: 14, C2 and FF. RGB value is (20,194,255). Sum of RGB (Red+Green+Blue) = 20+194+255=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #14C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C2FF is #EB3D00. Grayscale: #949494. Windows color (decimal): -15416577 or 16761364. OLE color: 16761364.

HSL color Cylindrical-coordinate representation of color #14C2FF: hue angle of 195.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C2FF is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20194255-
CMYK0.920.2400
HSL195.57º100%53.92%-
HSV(B)195.57º92.16%100%-
XYZ37.6345.95101.49-
YUV148.93187.8536.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.26%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 255 (100% from 255) = 54.37%
R=4.26%
G=41.36%
B=54.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201942550.920.2400195.5710053.92
Hex14C2FF5C1800c46436
Octal24302377134300030414466
Binary10100110000101111111110111001100000110001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14c2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,194,255); }

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

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

 a { background-color: rgb(20,194,255); }

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

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

 span { border-color: rgb(20,194,255); }

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