Html Css Color HEX #14AFDD Iris Blue

📋 copy color: '#14AFDD'

red 20 ◦ green 175 ◦ blue 221

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

Shades of Iris Blue #14AFDD

Tints of Iris Blue #14AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 4.81%
G = 42.07%
B = 53.13%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14AFDD (or 0x14AFDD) is known color: Iris Blue. HEX triplet: 14, AF and DD. RGB value is (20,175,221). Sum of RGB (Red+Green+Blue) = 20+175+221=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #14AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFDD is #EB5022. Grayscale: #858585. Windows color (decimal): -15421475 or 14528276. OLE color: 14528276.

HSL color Cylindrical-coordinate representation of color #14AFDD: hue angle of 193.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14AFDD is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 175 221 -
CMYK 0.91 0.21 0 0.13
HSL 193.73º 0.83% 0.47% -
HSV(B) 193.73º 0.91% 0.87% -
XYZ 28.67 36.03 73.85 -
YUV 133.9 177.15 46.76 -
System Red Green Blue C M Y K H S L
Decimal 20 175 221 0.91 0.21 0 0.13 193.73 0.83 0.47
Hex 14 AF DD 5B 15 0 D C2 53 2F
Octal 24 257 335 133 25 0 15 302 123 57
Binary 10100 10101111 11011101 1011011 10101 0 1101 11000010 1010011 101111

Color Harmonies of #14AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFDD

Black with #14AFDD

Text Example


Text Example

White with #14AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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