Html Css Color HEX #14BDFC Deep Sky Blue

📋 copy color: '#14BDFC'

red 20 ◦ green 189 ◦ blue 252

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

Shades of Deep Sky Blue #14BDFC

Tints of Deep Sky Blue #14BDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

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

R = 4.34%
G = 41%
B = 54.66%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14BDFC (or 0x14BDFC) is known color: Deep Sky Blue. HEX triplet: 14, BD and FC. RGB value is (20,189,252). Sum of RGB (Red+Green+Blue) = 20+189+252=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #14BDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BDFC is #EB4203. Grayscale: #919191. Windows color (decimal): -15417860 or 16563476. OLE color: 16563476.

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

Color convert

RGB 20 189 252 -
CMYK 0.92 0.25 0 0.01
HSL 196.29º 0.97% 0.53% -
HSV(B) 196.29º 0.92% 0.99% -
XYZ 36.06 43.57 98.61 -
YUV 145.65 188.01 38.38 -
System Red Green Blue C M Y K H S L
Decimal 20 189 252 0.92 0.25 0 0.01 196.29 0.97 0.53
Hex 14 BD FC 5C 19 0 1 C4 61 35
Octal 24 275 374 134 31 0 1 304 141 65
Binary 10100 10111101 11111100 1011100 11001 0 1 11000100 1100001 110101

Color Harmonies of #14BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDFC

Black with #14BDFC

Text Example


Text Example

White with #14BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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