Html Css Color HEX #14CFED Deep Sky Blue

📋 copy color: '#14CFED'

red 20 ◦ green 207 ◦ blue 237

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

Shades of Deep Sky Blue #14CFED

Tints of Deep Sky Blue #14CFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 4.31%
G = 44.61%
B = 51.08%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14CFED (or 0x14CFED) is known color: Deep Sky Blue. HEX triplet: 14, CF and ED. RGB value is (20,207,237). Sum of RGB (Red+Green+Blue) = 20+207+237=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #14CFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CFED is #EB3012. Grayscale: #9A9A9A. Windows color (decimal): -15413267 or 15585044. OLE color: 15585044.

HSL color Cylindrical-coordinate representation of color #14CFED: hue angle of 188.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CFED is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 207 237 -
CMYK 0.92 0.13 0 0.07
HSL 188.29º 0.86% 0.5% -
HSV(B) 188.29º 0.92% 0.93% -
XYZ 37.89 50.89 87.95 -
YUV 154.51 174.55 32.06 -
System Red Green Blue C M Y K H S L
Decimal 20 207 237 0.92 0.13 0 0.07 188.29 0.86 0.5
Hex 14 CF ED 5C D 0 7 BC 56 32
Octal 24 317 355 134 15 0 7 274 126 62
Binary 10100 11001111 11101101 1011100 1101 0 111 10111100 1010110 110010

Color Harmonies of #14CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFED

Black with #14CFED

Text Example


Text Example

White with #14CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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