Html Css Color HEX #14C2EB Deep Sky Blue

📋 copy color: '#14C2EB'

red 20 ◦ green 194 ◦ blue 235

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

Shades of Deep Sky Blue #14C2EB

Tints of Deep Sky Blue #14C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 4.45%
G = 43.21%
B = 52.34%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#14C2EB (or 0x14C2EB) is known color: Deep Sky Blue. HEX triplet: 14, C2 and EB. RGB value is (20,194,235). Sum of RGB (Red+Green+Blue) = 20+194+235=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #14C2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C2EB is #EB3D14. Grayscale: #929292. Windows color (decimal): -15416597 or 15450644. OLE color: 15450644.

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

Color convert

RGB 20 194 235 -
CMYK 0.91 0.17 0 0.08
HSL 191.44º 0.84% 0.5% -
HSV(B) 191.44º 0.91% 0.92% -
XYZ 34.58 44.73 85.41 -
YUV 146.65 177.85 37.67 -
System Red Green Blue C M Y K H S L
Decimal 20 194 235 0.91 0.17 0 0.08 191.44 0.84 0.5
Hex 14 C2 EB 5B 11 0 8 BF 54 32
Octal 24 302 353 133 21 0 10 277 124 62
Binary 10100 11000010 11101011 1011011 10001 0 1000 10111111 1010100 110010

Color Harmonies of #14C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C2EB

Black with #14C2EB

Text Example


Text Example

White with #14C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,194,235); }

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

background-color css

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

 a { background-color: rgb(20,194,235); }

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

border-color css

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

 span { border-color: rgb(20,194,235); }

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