Html Css Color HEX #14BDEF Deep Sky Blue

📋 copy color: '#14BDEF'

red 20 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #14BDEF

Tints of Deep Sky Blue #14BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 4.46%
G = 42.19%
B = 53.35%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#14BDEF (or 0x14BDEF) is known color: Deep Sky Blue. HEX triplet: 14, BD and EF. RGB value is (20,189,239). Sum of RGB (Red+Green+Blue) = 20+189+239=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #14BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BDEF is #EB4210. Grayscale: #8F8F8F. Windows color (decimal): -15417873 or 15711508. OLE color: 15711508.

HSL color Cylindrical-coordinate representation of color #14BDEF: hue angle of 193.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BDEF is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 189 239 -
CMYK 0.92 0.21 0 0.06
HSL 193.7º 0.87% 0.51% -
HSV(B) 193.7º 0.92% 0.94% -
XYZ 34.07 42.78 88.12 -
YUV 144.17 181.51 39.43 -
System Red Green Blue C M Y K H S L
Decimal 20 189 239 0.92 0.21 0 0.06 193.7 0.87 0.51
Hex 14 BD EF 5C 15 0 6 C2 57 33
Octal 24 275 357 134 25 0 6 302 127 63
Binary 10100 10111101 11101111 1011100 10101 0 110 11000010 1010111 110011

Color Harmonies of #14BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDEF

Black with #14BDEF

Text Example


Text Example

White with #14BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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