Html Css Color HEX #14BCEA Deep Sky Blue

📋 copy color: '#14BCEA'

red 20 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #14BCEA

Tints of Deep Sky Blue #14BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

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

R = 4.52%
G = 42.53%
B = 52.94%

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

#14BCEA (or 0x14BCEA) is known color: Deep Sky Blue. HEX triplet: 14, BC and EA. RGB value is (20,188,234). Sum of RGB (Red+Green+Blue) = 20+188+234=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #14BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCEA is #EB4315. Grayscale: #8E8E8E. Windows color (decimal): -15418134 or 15383572. OLE color: 15383572.

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

Color convert

RGB 20 188 234 -
CMYK 0.91 0.20 0 0.08
HSL 192.9º 0.84% 0.5% -
HSV(B) 192.9º 0.91% 0.92% -
XYZ 33.12 42.06 84.21 -
YUV 143.01 179.34 40.26 -
System Red Green Blue C M Y K H S L
Decimal 20 188 234 0.91 0.20 0 0.08 192.9 0.84 0.5
Hex 14 BC EA 5B 14 0 8 C1 54 32
Octal 24 274 352 133 24 0 10 301 124 62
Binary 10100 10111100 11101010 1011011 10100 0 1000 11000001 1010100 110010

Color Harmonies of #14BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCEA

Black with #14BCEA

Text Example


Text Example

White with #14BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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