Html Css Color HEX #14C8FD Deep Sky Blue

📋 copy color: '#14C8FD'

red 20 ◦ green 200 ◦ blue 253

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

Shades of Deep Sky Blue #14C8FD

Tints of Deep Sky Blue #14C8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 4.23%
G = 42.28%
B = 53.49%

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

#14C8FD (or 0x14C8FD) is known color: Deep Sky Blue. HEX triplet: 14, C8 and FD. RGB value is (20,200,253). Sum of RGB (Red+Green+Blue) = 20+200+253=473 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.23% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #14C8FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C8FD is #EB3702. Grayscale: #979797. Windows color (decimal): -15415043 or 16631828. OLE color: 16631828.

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

Color convert

RGB 20 200 253 -
CMYK 0.92 0.21 0 0.01
HSL 193.65º 0.98% 0.54% -
HSV(B) 193.65º 0.92% 0.99% -
XYZ 38.67 48.55 100.26 -
YUV 152.22 184.87 33.69 -
System Red Green Blue C M Y K H S L
Decimal 20 200 253 0.92 0.21 0 0.01 193.65 0.98 0.54
Hex 14 C8 FD 5C 15 0 1 C2 62 36
Octal 24 310 375 134 25 0 1 302 142 66
Binary 10100 11001000 11111101 1011100 10101 0 1 11000010 1100010 110110

Color Harmonies of #14C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C8FD

Black with #14C8FD

Text Example


Text Example

White with #14C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,200,253); }

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

background-color css

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

 a { background-color: rgb(20,200,253); }

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

border-color css

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

 span { border-color: rgb(20,200,253); }

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