Html Css Color HEX #14DBFC Deep Sky Blue

📋 copy color: '#14DBFC'

red 20 ◦ green 219 ◦ blue 252

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

Shades of Deep Sky Blue #14DBFC

Tints of Deep Sky Blue #14DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 4.07%
G = 44.6%
B = 51.32%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14DBFC (or 0x14DBFC) is known color: Deep Sky Blue. HEX triplet: 14, DB and FC. RGB value is (20,219,252). Sum of RGB (Red+Green+Blue) = 20+219+252=491 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #14DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DBFC is #EB2403. Grayscale: #A2A2A2. Windows color (decimal): -15410180 or 16571156. OLE color: 16571156.

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

Color convert

RGB 20 219 252 -
CMYK 0.92 0.13 0 0.01
HSL 188.53º 0.97% 0.53% -
HSV(B) 188.53º 0.92% 0.99% -
XYZ 43.19 57.84 100.98 -
YUV 163.26 178.07 25.82 -
System Red Green Blue C M Y K H S L
Decimal 20 219 252 0.92 0.13 0 0.01 188.53 0.97 0.53
Hex 14 DB FC 5C D 0 1 BD 61 35
Octal 24 333 374 134 15 0 1 275 141 65
Binary 10100 11011011 11111100 1011100 1101 0 1 10111101 1100001 110101

Color Harmonies of #14DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DBFC

Black with #14DBFC

Text Example


Text Example

White with #14DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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