Html Css Color HEX #14BDF4 Deep Sky Blue

📋 copy color: '#14BDF4'

red 20 ◦ green 189 ◦ blue 244

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

Shades of Deep Sky Blue #14BDF4

Tints of Deep Sky Blue #14BDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.86%

R = 4.42%
G = 41.72%
B = 53.86%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#14BDF4 (or 0x14BDF4) is known color: Deep Sky Blue. HEX triplet: 14, BD and F4. RGB value is (20,189,244). Sum of RGB (Red+Green+Blue) = 20+189+244=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #14BDF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BDF4 is #EB420B. Grayscale: #909090. Windows color (decimal): -15417868 or 16039188. OLE color: 16039188.

HSL color Cylindrical-coordinate representation of color #14BDF4: hue angle of 194.73º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BDF4 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 189 244 -
CMYK 0.92 0.23 0 0.04
HSL 194.73º 0.91% 0.52% -
HSV(B) 194.73º 0.92% 0.96% -
XYZ 34.82 43.08 92.07 -
YUV 144.74 184.01 39.03 -
System Red Green Blue C M Y K H S L
Decimal 20 189 244 0.92 0.23 0 0.04 194.73 0.91 0.52
Hex 14 BD F4 5C 17 0 4 C3 5B 34
Octal 24 275 364 134 27 0 4 303 133 64
Binary 10100 10111101 11110100 1011100 10111 0 100 11000011 1011011 110100

Color Harmonies of #14BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDF4

Black with #14BDF4

Text Example


Text Example

White with #14BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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