Html Css Color HEX #14AFDF Iris Blue

📋 copy color: '#14AFDF'

red 20 ◦ green 175 ◦ blue 223

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

Shades of Iris Blue #14AFDF

Tints of Iris Blue #14AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 4.78%
G = 41.87%
B = 53.35%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14AFDF (or 0x14AFDF) is known color: Iris Blue. HEX triplet: 14, AF and DF. RGB value is (20,175,223). Sum of RGB (Red+Green+Blue) = 20+175+223=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #14AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFDF is #EB5020. Grayscale: #858585. Windows color (decimal): -15421473 or 14659348. OLE color: 14659348.

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

Color convert

RGB 20 175 223 -
CMYK 0.91 0.22 0 0.13
HSL 194.19º 0.84% 0.48% -
HSV(B) 194.19º 0.91% 0.87% -
XYZ 28.94 36.14 75.26 -
YUV 134.13 178.15 46.6 -
System Red Green Blue C M Y K H S L
Decimal 20 175 223 0.91 0.22 0 0.13 194.19 0.84 0.48
Hex 14 AF DF 5B 16 0 D C2 54 30
Octal 24 257 337 133 26 0 15 302 124 60
Binary 10100 10101111 11011111 1011011 10110 0 1101 11000010 1010100 110000

Color Harmonies of #14AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFDF

Black with #14AFDF

Text Example


Text Example

White with #14AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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