Html Css Color HEX #14AECF Iris Blue

📋 copy color: '#14AECF'

red 20 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #14AECF

Tints of Iris Blue #14AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 4.99%
G = 43.39%
B = 51.62%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14AECF (or 0x14AECF) is known color: Iris Blue. HEX triplet: 14, AE and CF. RGB value is (20,174,207). Sum of RGB (Red+Green+Blue) = 20+174+207=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #14AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AECF is #EB5130. Grayscale: #838383. Windows color (decimal): -15421745 or 13610516. OLE color: 13610516.

HSL color Cylindrical-coordinate representation of color #14AECF: hue angle of 190.59º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AECF is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 174 207 -
CMYK 0.90 0.16 0 0.19
HSL 190.59º 0.82% 0.45% -
HSV(B) 190.59º 0.9% 0.81% -
XYZ 26.69 34.93 64.37 -
YUV 131.72 170.48 48.32 -
System Red Green Blue C M Y K H S L
Decimal 20 174 207 0.90 0.16 0 0.19 190.59 0.82 0.45
Hex 14 AE CF 5A 10 0 13 BF 52 2D
Octal 24 256 317 132 20 0 23 277 122 55
Binary 10100 10101110 11001111 1011010 10000 0 10011 10111111 1010010 101101

Color Harmonies of #14AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AECF

Black with #14AECF

Text Example


Text Example

White with #14AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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