Html Css Color HEX #14BAEA Deep Sky Blue

📋 copy color: '#14BAEA'

red 20 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #14BAEA

Tints of Deep Sky Blue #14BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 4.55%
G = 42.27%
B = 53.18%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#14BAEA (or 0x14BAEA) is known color: Deep Sky Blue. HEX triplet: 14, BA and EA. RGB value is (20,186,234). Sum of RGB (Red+Green+Blue) = 20+186+234=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #14BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BAEA is #EB4515. Grayscale: #8D8D8D. Windows color (decimal): -15418646 or 15383060. OLE color: 15383060.

HSL color Cylindrical-coordinate representation of color #14BAEA: hue angle of 193.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BAEA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 186 234 -
CMYK 0.91 0.21 0 0.08
HSL 193.46º 0.84% 0.5% -
HSV(B) 193.46º 0.91% 0.92% -
XYZ 32.7 41.21 84.07 -
YUV 141.84 180 41.1 -
System Red Green Blue C M Y K H S L
Decimal 20 186 234 0.91 0.21 0 0.08 193.46 0.84 0.5
Hex 14 BA EA 5B 15 0 8 C1 54 32
Octal 24 272 352 133 25 0 10 301 124 62
Binary 10100 10111010 11101010 1011011 10101 0 1000 11000001 1010100 110010

Color Harmonies of #14BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAEA

Black with #14BAEA

Text Example


Text Example

White with #14BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,186,234); }

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

background-color css

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

 a { background-color: rgb(20,186,234); }

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

border-color css

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

 span { border-color: rgb(20,186,234); }

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