Html Css Color HEX #14ACE6 Summer Sky

📋 copy color: '#14ACE6'

red 20 ◦ green 172 ◦ blue 230

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

Shades of Summer Sky #14ACE6

Tints of Summer Sky #14ACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 4.74%
G = 40.76%
B = 54.5%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#14ACE6 (or 0x14ACE6) is known color: Summer Sky. HEX triplet: 14, AC and E6. RGB value is (20,172,230). Sum of RGB (Red+Green+Blue) = 20+172+230=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #14ACE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACE6 is #EB5319. Grayscale: #848484. Windows color (decimal): -15422234 or 15117332. OLE color: 15117332.

HSL color Cylindrical-coordinate representation of color #14ACE6: hue angle of 196.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ACE6 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 172 230 -
CMYK 0.91 0.25 0 0.10
HSL 196.57º 0.84% 0.49% -
HSV(B) 196.57º 0.91% 0.9% -
XYZ 29.32 35.37 80.14 -
YUV 133.16 182.64 47.28 -
System Red Green Blue C M Y K H S L
Decimal 20 172 230 0.91 0.25 0 0.10 196.57 0.84 0.49
Hex 14 AC E6 5B 19 0 A C5 54 31
Octal 24 254 346 133 31 0 12 305 124 61
Binary 10100 10101100 11100110 1011011 11001 0 1010 11000101 1010100 110001

Color Harmonies of #14ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACE6

Black with #14ACE6

Text Example


Text Example

White with #14ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,172,230); }

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

background-color css

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

 a { background-color: rgb(20,172,230); }

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

border-color css

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

 span { border-color: rgb(20,172,230); }

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