Html Css Color HEX #14D2FF Deep Sky Blue

📋 copy color: '#14D2FF'

red 20 ◦ green 210 ◦ blue 255

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

Shades of Deep Sky Blue #14D2FF

Tints of Deep Sky Blue #14D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

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

R = 4.12%
G = 43.3%
B = 52.58%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14D2FF (or 0x14D2FF) is known color: Deep Sky Blue. HEX triplet: 14, D2 and FF. RGB value is (20,210,255). Sum of RGB (Red+Green+Blue) = 20+210+255=485 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #14D2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D2FF is #EB2D00. Grayscale: #9D9D9D. Windows color (decimal): -15412481 or 16765460. OLE color: 16765460.

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

Color convert

RGB 20 210 255 -
CMYK 0.92 0.18 0 0
HSL 191.49º 1% 0.54% -
HSV(B) 191.49º 0.92% 1% -
XYZ 41.39 53.46 102.75 -
YUV 158.32 182.55 29.34 -
System Red Green Blue C M Y K H S L
Decimal 20 210 255 0.92 0.18 0 0 191.49 1 0.54
Hex 14 D2 FF 5C 12 0 0 BF 64 36
Octal 24 322 377 134 22 0 0 277 144 66
Binary 10100 11010010 11111111 1011100 10010 0 0 10111111 1100100 110110

Color Harmonies of #14D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D2FF

Black with #14D2FF

Text Example


Text Example

White with #14D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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