Html Css Color HEX #14DAFF Deep Sky Blue

📋 copy color: '#14DAFF'

red 20 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #14DAFF

Tints of Deep Sky Blue #14DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

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

R = 4.06%
G = 44.22%
B = 51.72%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14DAFF (or 0x14DAFF) is known color: Deep Sky Blue. HEX triplet: 14, DA and FF. RGB value is (20,218,255). Sum of RGB (Red+Green+Blue) = 20+218+255=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #14DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DAFF is #EB2500. Grayscale: #A2A2A2. Windows color (decimal): -15410433 or 16767508. OLE color: 16767508.

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

Color convert

RGB 20 218 255 -
CMYK 0.92 0.15 0 0
HSL 189.45º 1% 0.54% -
HSV(B) 189.45º 0.92% 1% -
XYZ 43.41 57.51 103.42 -
YUV 163.02 179.9 25.99 -
System Red Green Blue C M Y K H S L
Decimal 20 218 255 0.92 0.15 0 0 189.45 1 0.54
Hex 14 DA FF 5C F 0 0 BD 64 36
Octal 24 332 377 134 17 0 0 275 144 66
Binary 10100 11011010 11111111 1011100 1111 0 0 10111101 1100100 110110

Color Harmonies of #14DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAFF

Black with #14DAFF

Text Example


Text Example

White with #14DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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