Html Css Color HEX #14DCFB Deep Sky Blue

📋 copy color: '#14DCFB'

red 20 ◦ green 220 ◦ blue 251

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

Shades of Deep Sky Blue #14DCFB

Tints of Deep Sky Blue #14DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 4.07%
G = 44.81%
B = 51.12%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#14DCFB (or 0x14DCFB) is known color: Deep Sky Blue. HEX triplet: 14, DC and FB. RGB value is (20,220,251). Sum of RGB (Red+Green+Blue) = 20+220+251=491 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #14DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCFB is #EB2304. Grayscale: #A3A3A3. Windows color (decimal): -15409925 or 16505876. OLE color: 16505876.

HSL color Cylindrical-coordinate representation of color #14DCFB: hue angle of 188.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DCFB is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 220 251 -
CMYK 0.92 0.12 0 0.02
HSL 188.05º 0.97% 0.53% -
HSV(B) 188.05º 0.92% 0.98% -
XYZ 43.29 58.3 100.24 -
YUV 163.73 177.24 25.48 -
System Red Green Blue C M Y K H S L
Decimal 20 220 251 0.92 0.12 0 0.02 188.05 0.97 0.53
Hex 14 DC FB 5C C 0 2 BC 61 35
Octal 24 334 373 134 14 0 2 274 141 65
Binary 10100 11011100 11111011 1011100 1100 0 10 10111100 1100001 110101

Color Harmonies of #14DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCFB

Black with #14DCFB

Text Example


Text Example

White with #14DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,220,251); }

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

background-color css

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

 a { background-color: rgb(20,220,251); }

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

border-color css

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

 span { border-color: rgb(20,220,251); }

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