Html Css Color HEX #14ABEE Deep Sky Blue

📋 copy color: '#14ABEE'

red 20 ◦ green 171 ◦ blue 238

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

Shades of Deep Sky Blue #14ABEE

Tints of Deep Sky Blue #14ABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 4.66%
G = 39.86%
B = 55.48%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14ABEE (or 0x14ABEE) is known color: Deep Sky Blue. HEX triplet: 14, AB and EE. RGB value is (20,171,238). Sum of RGB (Red+Green+Blue) = 20+171+238=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #14ABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ABEE is #EB5411. Grayscale: #858585. Windows color (decimal): -15422482 or 15641364. OLE color: 15641364.

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

Color convert

RGB 20 171 238 -
CMYK 0.92 0.28 0 0.07
HSL 198.44º 0.87% 0.51% -
HSV(B) 198.44º 0.92% 0.93% -
XYZ 30.28 35.45 86.13 -
YUV 133.49 186.97 47.05 -
System Red Green Blue C M Y K H S L
Decimal 20 171 238 0.92 0.28 0 0.07 198.44 0.87 0.51
Hex 14 AB EE 5C 1C 0 7 C6 57 33
Octal 24 253 356 134 34 0 7 306 127 63
Binary 10100 10101011 11101110 1011100 11100 0 111 11000110 1010111 110011

Color Harmonies of #14ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABEE

Black with #14ABEE

Text Example


Text Example

White with #14ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,238); }

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

background-color css

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

 a { background-color: rgb(20,171,238); }

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

border-color css

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

 span { border-color: rgb(20,171,238); }

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