Html Css Color HEX #14AFEE Deep Sky Blue

📋 copy color: '#14AFEE'

red 20 ◦ green 175 ◦ blue 238

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

Shades of Deep Sky Blue #14AFEE

Tints of Deep Sky Blue #14AFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 4.62%
G = 40.42%
B = 54.97%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14AFEE (or 0x14AFEE) is known color: Deep Sky Blue. HEX triplet: 14, AF and EE. RGB value is (20,175,238). Sum of RGB (Red+Green+Blue) = 20+175+238=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #14AFEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AFEE is #EB5011. Grayscale: #878787. Windows color (decimal): -15421458 or 15642388. OLE color: 15642388.

HSL color Cylindrical-coordinate representation of color #14AFEE: hue angle of 197.34º 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 #14AFEE is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 175 238 -
CMYK 0.92 0.26 0 0.07
HSL 197.34º 0.87% 0.51% -
HSV(B) 197.34º 0.92% 0.93% -
XYZ 31.05 36.98 86.39 -
YUV 135.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 20 175 238 0.92 0.26 0 0.07 197.34 0.87 0.51
Hex 14 AF EE 5C 1A 0 7 C5 57 33
Octal 24 257 356 134 32 0 7 305 127 63
Binary 10100 10101111 11101110 1011100 11010 0 111 11000101 1010111 110011

Color Harmonies of #14AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFEE

Black with #14AFEE

Text Example


Text Example

White with #14AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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