Html Css Color HEX #14C9FC Deep Sky Blue

📋 copy color: '#14C9FC'

red 20 ◦ green 201 ◦ blue 252

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

Shades of Deep Sky Blue #14C9FC

Tints of Deep Sky Blue #14C9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 4.23%
G = 42.49%
B = 53.28%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14C9FC (or 0x14C9FC) is known color: Deep Sky Blue. HEX triplet: 14, C9 and FC. RGB value is (20,201,252). Sum of RGB (Red+Green+Blue) = 20+201+252=473 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.23% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #14C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C9FC is #EB3603. Grayscale: #989898. Windows color (decimal): -15414788 or 16566548. OLE color: 16566548.

HSL color Cylindrical-coordinate representation of color #14C9FC: hue angle of 193.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C9FC is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 201 252 -
CMYK 0.92 0.20 0 0.01
HSL 193.19º 0.97% 0.53% -
HSV(B) 193.19º 0.92% 0.99% -
XYZ 38.75 48.95 99.5 -
YUV 152.7 184.03 33.35 -
System Red Green Blue C M Y K H S L
Decimal 20 201 252 0.92 0.20 0 0.01 193.19 0.97 0.53
Hex 14 C9 FC 5C 14 0 1 C1 61 35
Octal 24 311 374 134 24 0 1 301 141 65
Binary 10100 11001001 11111100 1011100 10100 0 1 11000001 1100001 110101

Color Harmonies of #14C9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C9FC

Black with #14C9FC

Text Example


Text Example

White with #14C9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,201,252); }

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

background-color css

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

 a { background-color: rgb(20,201,252); }

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

border-color css

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

 span { border-color: rgb(20,201,252); }

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