Html Css Color HEX #14CCFC Deep Sky Blue

📋 copy color: '#14CCFC'

red 20 ◦ green 204 ◦ blue 252

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

Shades of Deep Sky Blue #14CCFC

Tints of Deep Sky Blue #14CCFC

RGB

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

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

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

R = 4.2%
G = 42.86%
B = 52.94%

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

#14CCFC (or 0x14CCFC) is known color: Deep Sky Blue. HEX triplet: 14, CC and FC. RGB value is (20,204,252). Sum of RGB (Red+Green+Blue) = 20+204+252=476 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.20% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #14CCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CCFC is #EB3303. Grayscale: #9A9A9A. Windows color (decimal): -15414020 or 16567316. OLE color: 16567316.

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

Color convert

RGB 20 204 252 -
CMYK 0.92 0.19 0 0.01
HSL 192.41º 0.97% 0.53% -
HSV(B) 192.41º 0.92% 0.99% -
XYZ 39.45 50.36 99.74 -
YUV 154.46 183.04 32.1 -
System Red Green Blue C M Y K H S L
Decimal 20 204 252 0.92 0.19 0 0.01 192.41 0.97 0.53
Hex 14 CC FC 5C 13 0 1 C0 61 35
Octal 24 314 374 134 23 0 1 300 141 65
Binary 10100 11001100 11111100 1011100 10011 0 1 11000000 1100001 110101

Color Harmonies of #14CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCFC

Black with #14CCFC

Text Example


Text Example

White with #14CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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