Html Css Color HEX #14AFCE Iris Blue

📋 copy color: '#14AFCE'

red 20 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #14AFCE

Tints of Iris Blue #14AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 4.99%
G = 43.64%
B = 51.37%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14AFCE (or 0x14AFCE) is known color: Iris Blue. HEX triplet: 14, AF and CE. RGB value is (20,175,206). Sum of RGB (Red+Green+Blue) = 20+175+206=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #14AFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFCE is #EB5031. Grayscale: #838383. Windows color (decimal): -15421490 or 13545236. OLE color: 13545236.

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

Color convert

RGB 20 175 206 -
CMYK 0.90 0.15 0 0.19
HSL 190º 0.82% 0.44% -
HSV(B) 190º 0.9% 0.81% -
XYZ 26.76 35.26 63.79 -
YUV 132.19 169.65 47.98 -
System Red Green Blue C M Y K H S L
Decimal 20 175 206 0.90 0.15 0 0.19 190 0.82 0.44
Hex 14 AF CE 5A F 0 13 BE 52 2C
Octal 24 257 316 132 17 0 23 276 122 54
Binary 10100 10101111 11001110 1011010 1111 0 10011 10111110 1010010 101100

Color Harmonies of #14AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFCE

Black with #14AFCE

Text Example


Text Example

White with #14AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,206); }

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

background-color css

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

 a { background-color: rgb(20,175,206); }

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

border-color css

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

 span { border-color: rgb(20,175,206); }

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