Html Css Color HEX #14CFFC Deep Sky Blue

📋 copy color: '#14CFFC'

red 20 ◦ green 207 ◦ blue 252

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

Shades of Deep Sky Blue #14CFFC

Tints of Deep Sky Blue #14CFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

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

R = 4.18%
G = 43.22%
B = 52.61%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14CFFC (or 0x14CFFC) is known color: Deep Sky Blue. HEX triplet: 14, CF and FC. RGB value is (20,207,252). Sum of RGB (Red+Green+Blue) = 20+207+252=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #14CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CFFC is #EB3003. Grayscale: #9B9B9B. Windows color (decimal): -15413252 or 16568084. OLE color: 16568084.

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

Color convert

RGB 20 207 252 -
CMYK 0.92 0.18 0 0.01
HSL 191.64º 0.97% 0.53% -
HSV(B) 191.64º 0.92% 0.99% -
XYZ 40.17 51.8 99.98 -
YUV 156.22 182.05 30.84 -
System Red Green Blue C M Y K H S L
Decimal 20 207 252 0.92 0.18 0 0.01 191.64 0.97 0.53
Hex 14 CF FC 5C 12 0 1 C0 61 35
Octal 24 317 374 134 22 0 1 300 141 65
Binary 10100 11001111 11111100 1011100 10010 0 1 11000000 1100001 110101

Color Harmonies of #14CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFFC

Black with #14CFFC

Text Example


Text Example

White with #14CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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