Html Css Color HEX #14BCFD Deep Sky Blue

📋 copy color: '#14BCFD'

red 20 ◦ green 188 ◦ blue 253

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

Shades of Deep Sky Blue #14BCFD

Tints of Deep Sky Blue #14BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.78%

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 4.34%
G = 40.78%
B = 54.88%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14BCFD (or 0x14BCFD) is known color: Deep Sky Blue. HEX triplet: 14, BC and FD. RGB value is (20,188,253). Sum of RGB (Red+Green+Blue) = 20+188+253=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #14BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCFD is #EB4302. Grayscale: #909090. Windows color (decimal): -15418115 or 16628756. OLE color: 16628756.

HSL color Cylindrical-coordinate representation of color #14BCFD: hue angle of 196.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BCFD is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 188 253 -
CMYK 0.92 0.26 0 0.01
HSL 196.74º 0.98% 0.54% -
HSV(B) 196.74º 0.92% 0.99% -
XYZ 36 43.21 99.37 -
YUV 145.18 188.84 38.71 -
System Red Green Blue C M Y K H S L
Decimal 20 188 253 0.92 0.26 0 0.01 196.74 0.98 0.54
Hex 14 BC FD 5C 1A 0 1 C5 62 36
Octal 24 274 375 134 32 0 1 305 142 66
Binary 10100 10111100 11111101 1011100 11010 0 1 11000101 1100010 110110

Color Harmonies of #14BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCFD

Black with #14BCFD

Text Example


Text Example

White with #14BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,253); }

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

background-color css

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

 a { background-color: rgb(20,188,253); }

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

border-color css

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

 span { border-color: rgb(20,188,253); }

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