Html Css Color HEX #14CCFD Deep Sky Blue

📋 copy color: '#14CCFD'

red 20 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #14CCFD

Tints of Deep Sky Blue #14CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

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

R = 4.19%
G = 42.77%
B = 53.04%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14CCFD (or 0x14CCFD) is known color: Deep Sky Blue. HEX triplet: 14, CC and FD. RGB value is (20,204,253). Sum of RGB (Red+Green+Blue) = 20+204+253=477 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.19% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #14CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CCFD is #EB3302. Grayscale: #9A9A9A. Windows color (decimal): -15414019 or 16632852. OLE color: 16632852.

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

Color convert

RGB 20 204 253 -
CMYK 0.92 0.19 0 0.01
HSL 192.62º 0.98% 0.54% -
HSV(B) 192.62º 0.92% 0.99% -
XYZ 39.61 50.43 100.57 -
YUV 154.57 183.54 32.02 -
System Red Green Blue C M Y K H S L
Decimal 20 204 253 0.92 0.19 0 0.01 192.62 0.98 0.54
Hex 14 CC FD 5C 13 0 1 C1 62 36
Octal 24 314 375 134 23 0 1 301 142 66
Binary 10100 11001100 11111101 1011100 10011 0 1 11000001 1100010 110110

Color Harmonies of #14CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCFD

Black with #14CCFD

Text Example


Text Example

White with #14CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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