Html Css Color HEX #14CEFF Deep Sky Blue

📋 copy color: '#14CEFF'

red 20 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #14CEFF

Tints of Deep Sky Blue #14CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.83%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 4.16%
G = 42.83%
B = 53.01%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14CEFF (or 0x14CEFF) is known color: Deep Sky Blue. HEX triplet: 14, CE and FF. RGB value is (20,206,255). Sum of RGB (Red+Green+Blue) = 20+206+255=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #14CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CEFF is #EB3100. Grayscale: #9B9B9B. Windows color (decimal): -15413505 or 16764436. OLE color: 16764436.

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

Color convert

RGB 20 206 255 -
CMYK 0.92 0.19 0 0
HSL 192.51º 1% 0.54% -
HSV(B) 192.51º 0.92% 1% -
XYZ 40.41 51.51 102.42 -
YUV 155.97 183.88 31.02 -
System Red Green Blue C M Y K H S L
Decimal 20 206 255 0.92 0.19 0 0 192.51 1 0.54
Hex 14 CE FF 5C 13 0 0 C1 64 36
Octal 24 316 377 134 23 0 0 301 144 66
Binary 10100 11001110 11111111 1011100 10011 0 0 11000001 1100100 110110

Color Harmonies of #14CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEFF

Black with #14CEFF

Text Example


Text Example

White with #14CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,255); }

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

background-color css

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

 a { background-color: rgb(20,206,255); }

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

border-color css

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

 span { border-color: rgb(20,206,255); }

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