Html Css Color HEX #14A8D7 Iris Blue

📋 copy color: '#14A8D7'

red 20 ◦ green 168 ◦ blue 215

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

Shades of Iris Blue #14A8D7

Tints of Iris Blue #14A8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.35%

R = 4.96%
G = 41.69%
B = 53.35%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#14A8D7 (or 0x14A8D7) is known color: Iris Blue. HEX triplet: 14, A8 and D7. RGB value is (20,168,215). Sum of RGB (Red+Green+Blue) = 20+168+215=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #14A8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8D7 is #EB5728. Grayscale: #808080. Windows color (decimal): -15423273 or 14133268. OLE color: 14133268.

HSL color Cylindrical-coordinate representation of color #14A8D7: hue angle of 194.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A8D7 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 168 215 -
CMYK 0.91 0.22 0 0.16
HSL 194.46º 0.83% 0.46% -
HSV(B) 194.46º 0.91% 0.84% -
XYZ 26.56 33.06 69.27 -
YUV 129.11 176.47 50.18 -
System Red Green Blue C M Y K H S L
Decimal 20 168 215 0.91 0.22 0 0.16 194.46 0.83 0.46
Hex 14 A8 D7 5B 16 0 10 C2 53 2E
Octal 24 250 327 133 26 0 20 302 123 56
Binary 10100 10101000 11010111 1011011 10110 0 10000 11000010 1010011 101110

Color Harmonies of #14A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8D7

Black with #14A8D7

Text Example


Text Example

White with #14A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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