Html Css Color HEX #14AFCD Iris Blue

📋 copy color: '#14AFCD'

red 20 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #14AFCD

Tints of Iris Blue #14AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 5%
G = 43.75%
B = 51.25%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14AFCD (or 0x14AFCD) is known color: Iris Blue. HEX triplet: 14, AF and CD. RGB value is (20,175,205). Sum of RGB (Red+Green+Blue) = 20+175+205=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #14AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFCD is #EB5032. Grayscale: #838383. Windows color (decimal): -15421491 or 13479700. OLE color: 13479700.

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

Color convert

RGB 20 175 205 -
CMYK 0.90 0.15 0 0.20
HSL 189.73º 0.82% 0.44% -
HSV(B) 189.73º 0.9% 0.8% -
XYZ 26.64 35.22 63.15 -
YUV 132.08 169.15 48.06 -
System Red Green Blue C M Y K H S L
Decimal 20 175 205 0.90 0.15 0 0.20 189.73 0.82 0.44
Hex 14 AF CD 5A F 0 14 BE 52 2C
Octal 24 257 315 132 17 0 24 276 122 54
Binary 10100 10101111 11001101 1011010 1111 0 10100 10111110 1010010 101100

Color Harmonies of #14AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFCD

Black with #14AFCD

Text Example


Text Example

White with #14AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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