Html Css Color HEX #14BDE5 Deep Sky Blue

📋 copy color: '#14BDE5'

red 20 ◦ green 189 ◦ blue 229

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

Shades of Deep Sky Blue #14BDE5

Tints of Deep Sky Blue #14BDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.28%

R = 4.57%
G = 43.15%
B = 52.28%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#14BDE5 (or 0x14BDE5) is known color: Deep Sky Blue. HEX triplet: 14, BD and E5. RGB value is (20,189,229). Sum of RGB (Red+Green+Blue) = 20+189+229=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #14BDE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDE5 is #EB421A. Grayscale: #8E8E8E. Windows color (decimal): -15417883 or 15056148. OLE color: 15056148.

HSL color Cylindrical-coordinate representation of color #14BDE5: hue angle of 191.48º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BDE5 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 189 229 -
CMYK 0.91 0.17 0 0.10
HSL 191.48º 0.84% 0.49% -
HSV(B) 191.48º 0.91% 0.9% -
XYZ 32.63 42.2 80.55 -
YUV 143.03 176.51 40.25 -
System Red Green Blue C M Y K H S L
Decimal 20 189 229 0.91 0.17 0 0.10 191.48 0.84 0.49
Hex 14 BD E5 5B 11 0 A BF 54 31
Octal 24 275 345 133 21 0 12 277 124 61
Binary 10100 10111101 11100101 1011011 10001 0 1010 10111111 1010100 110001

Color Harmonies of #14BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDE5

Black with #14BDE5

Text Example


Text Example

White with #14BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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