Html Css Color HEX #14BEED Deep Sky Blue

📋 copy color: '#14BEED'

red 20 ◦ green 190 ◦ blue 237

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

Shades of Deep Sky Blue #14BEED

Tints of Deep Sky Blue #14BEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.51%

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 4.47%
G = 42.51%
B = 53.02%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14BEED (or 0x14BEED) is known color: Deep Sky Blue. HEX triplet: 14, BE and ED. RGB value is (20,190,237). Sum of RGB (Red+Green+Blue) = 20+190+237=447 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.47% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #14BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BEED is #EB4112. Grayscale: #909090. Windows color (decimal): -15417619 or 15580692. OLE color: 15580692.

HSL color Cylindrical-coordinate representation of color #14BEED: hue angle of 193º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BEED is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 190 237 -
CMYK 0.92 0.20 0 0.07
HSL 193º 0.86% 0.5% -
HSV(B) 193º 0.92% 0.93% -
XYZ 33.99 43.09 86.65 -
YUV 144.53 180.18 39.18 -
System Red Green Blue C M Y K H S L
Decimal 20 190 237 0.92 0.20 0 0.07 193 0.86 0.5
Hex 14 BE ED 5C 14 0 7 C1 56 32
Octal 24 276 355 134 24 0 7 301 126 62
Binary 10100 10111110 11101101 1011100 10100 0 111 11000001 1010110 110010

Color Harmonies of #14BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BEED

Black with #14BEED

Text Example


Text Example

White with #14BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,190,237); }

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

background-color css

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

 a { background-color: rgb(20,190,237); }

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

border-color css

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

 span { border-color: rgb(20,190,237); }

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