Html Css Color HEX #14AED3 Iris Blue

📋 copy color: '#14AED3'

red 20 ◦ green 174 ◦ blue 211

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

Shades of Iris Blue #14AED3

Tints of Iris Blue #14AED3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

 BLUE value IS 211 (82.81% from 255) = 52.1%

R = 4.94%
G = 42.96%
B = 52.1%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#14AED3 (or 0x14AED3) is known color: Iris Blue. HEX triplet: 14, AE and D3. RGB value is (20,174,211). Sum of RGB (Red+Green+Blue) = 20+174+211=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #14AED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AED3 is #EB512C. Grayscale: #838383. Windows color (decimal): -15421741 or 13872660. OLE color: 13872660.

HSL color Cylindrical-coordinate representation of color #14AED3: hue angle of 191.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14AED3 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 174 211 -
CMYK 0.91 0.18 0 0.17
HSL 191.62º 0.83% 0.45% -
HSV(B) 191.62º 0.91% 0.83% -
XYZ 27.18 35.12 66.97 -
YUV 132.17 172.48 47.99 -
System Red Green Blue C M Y K H S L
Decimal 20 174 211 0.91 0.18 0 0.17 191.62 0.83 0.45
Hex 14 AE D3 5B 12 0 11 C0 53 2D
Octal 24 256 323 133 22 0 21 300 123 55
Binary 10100 10101110 11010011 1011011 10010 0 10001 11000000 1010011 101101

Color Harmonies of #14AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AED3

Black with #14AED3

Text Example


Text Example

White with #14AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,174,211); }

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

background-color css

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

 a { background-color: rgb(20,174,211); }

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

border-color css

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

 span { border-color: rgb(20,174,211); }

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