Html Css Color HEX #14C7FC Deep Sky Blue

📋 copy color: '#14C7FC'

red 20 ◦ green 199 ◦ blue 252

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

Shades of Deep Sky Blue #14C7FC

Tints of Deep Sky Blue #14C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

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

R = 4.25%
G = 42.25%
B = 53.5%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14C7FC (or 0x14C7FC) is known color: Deep Sky Blue. HEX triplet: 14, C7 and FC. RGB value is (20,199,252). Sum of RGB (Red+Green+Blue) = 20+199+252=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #14C7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C7FC is #EB3803. Grayscale: #979797. Windows color (decimal): -15415300 or 16566036. OLE color: 16566036.

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

Color convert

RGB 20 199 252 -
CMYK 0.92 0.21 0 0.01
HSL 193.71º 0.97% 0.53% -
HSV(B) 193.71º 0.92% 0.99% -
XYZ 38.28 48.02 99.35 -
YUV 151.52 184.7 34.19 -
System Red Green Blue C M Y K H S L
Decimal 20 199 252 0.92 0.21 0 0.01 193.71 0.97 0.53
Hex 14 C7 FC 5C 15 0 1 C2 61 35
Octal 24 307 374 134 25 0 1 302 141 65
Binary 10100 11000111 11111100 1011100 10101 0 1 11000010 1100001 110101

Color Harmonies of #14C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C7FC

Black with #14C7FC

Text Example


Text Example

White with #14C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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