Html Css Color HEX #14BBEA Deep Sky Blue

📋 copy color: '#14BBEA'

red 20 ◦ green 187 ◦ blue 234

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

Shades of Deep Sky Blue #14BBEA

Tints of Deep Sky Blue #14BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.4%

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

R = 4.54%
G = 42.4%
B = 53.06%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#14BBEA (or 0x14BBEA) is known color: Deep Sky Blue. HEX triplet: 14, BB and EA. RGB value is (20,187,234). Sum of RGB (Red+Green+Blue) = 20+187+234=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #14BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BBEA is #EB4415. Grayscale: #8E8E8E. Windows color (decimal): -15418390 or 15383316. OLE color: 15383316.

HSL color Cylindrical-coordinate representation of color #14BBEA: hue angle of 193.18º 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 #14BBEA is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 187 234 -
CMYK 0.91 0.20 0 0.08
HSL 193.18º 0.84% 0.5% -
HSV(B) 193.18º 0.91% 0.92% -
XYZ 32.91 41.63 84.14 -
YUV 142.43 179.67 40.68 -
System Red Green Blue C M Y K H S L
Decimal 20 187 234 0.91 0.20 0 0.08 193.18 0.84 0.5
Hex 14 BB EA 5B 14 0 8 C1 54 32
Octal 24 273 352 133 24 0 10 301 124 62
Binary 10100 10111011 11101010 1011011 10100 0 1000 11000001 1010100 110010

Color Harmonies of #14BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBEA

Black with #14BBEA

Text Example


Text Example

White with #14BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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