Html Css Color HEX #14BFFF Deep Sky Blue

📋 copy color: '#14BFFF'

red 20 ◦ green 191 ◦ blue 255

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

Shades of Deep Sky Blue #14BFFF

Tints of Deep Sky Blue #14BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 40.99%

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

R = 4.29%
G = 40.99%
B = 54.72%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14BFFF (or 0x14BFFF) is known color: Deep Sky Blue. HEX triplet: 14, BF and FF. RGB value is (20,191,255). Sum of RGB (Red+Green+Blue) = 20+191+255=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #14BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BFFF is #EB4000. Grayscale: #929292. Windows color (decimal): -15417345 or 16760596. OLE color: 16760596.

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

Color convert

RGB 20 191 255 -
CMYK 0.92 0.25 0 0
HSL 196.34º 1% 0.54% -
HSV(B) 196.34º 0.92% 1% -
XYZ 36.97 44.63 101.27 -
YUV 147.17 188.85 37.3 -
System Red Green Blue C M Y K H S L
Decimal 20 191 255 0.92 0.25 0 0 196.34 1 0.54
Hex 14 BF FF 5C 19 0 0 C4 64 36
Octal 24 277 377 134 31 0 0 304 144 66
Binary 10100 10111111 11111111 1011100 11001 0 0 11000100 1100100 110110

Color Harmonies of #14BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFFF

Black with #14BFFF

Text Example


Text Example

White with #14BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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