Html Css Color HEX #14A8E7 Summer Sky

📋 copy color: '#14A8E7'

red 20 ◦ green 168 ◦ blue 231

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

Shades of Summer Sky #14A8E7

Tints of Summer Sky #14A8E7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

 BLUE value IS 231 (90.63% from 255) = 55.13%

R = 4.77%
G = 40.1%
B = 55.13%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#14A8E7 (or 0x14A8E7) is known color: Summer Sky. HEX triplet: 14, A8 and E7. RGB value is (20,168,231). Sum of RGB (Red+Green+Blue) = 20+168+231=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #14A8E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A8E7 is #EB5718. Grayscale: #828282. Windows color (decimal): -15423257 or 15181844. OLE color: 15181844.

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

Color convert

RGB 20 168 231 -
CMYK 0.91 0.27 0 0.09
HSL 197.91º 0.84% 0.49% -
HSV(B) 197.91º 0.91% 0.91% -
XYZ 28.71 33.92 80.64 -
YUV 130.93 184.47 48.88 -
System Red Green Blue C M Y K H S L
Decimal 20 168 231 0.91 0.27 0 0.09 197.91 0.84 0.49
Hex 14 A8 E7 5B 1B 0 9 C6 54 31
Octal 24 250 347 133 33 0 11 306 124 61
Binary 10100 10101000 11100111 1011011 11011 0 1001 11000110 1010100 110001

Color Harmonies of #14A8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8E7

Black with #14A8E7

Text Example


Text Example

White with #14A8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,168,231); }

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

background-color css

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

 a { background-color: rgb(20,168,231); }

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

border-color css

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

 span { border-color: rgb(20,168,231); }

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