Html Css Color HEX #14AFDC Iris Blue

📋 copy color: '#14AFDC'

red 20 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #14AFDC

Tints of Iris Blue #14AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 4.82%
G = 42.17%
B = 53.01%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14AFDC (or 0x14AFDC) is known color: Iris Blue. HEX triplet: 14, AF and DC. RGB value is (20,175,220). Sum of RGB (Red+Green+Blue) = 20+175+220=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #14AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFDC is #EB5023. Grayscale: #858585. Windows color (decimal): -15421476 or 14462740. OLE color: 14462740.

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

Color convert

RGB 20 175 220 -
CMYK 0.91 0.20 0 0.14
HSL 193.5º 0.83% 0.47% -
HSV(B) 193.5º 0.91% 0.86% -
XYZ 28.54 35.98 73.15 -
YUV 133.79 176.65 46.84 -
System Red Green Blue C M Y K H S L
Decimal 20 175 220 0.91 0.20 0 0.14 193.5 0.83 0.47
Hex 14 AF DC 5B 14 0 E C2 53 2F
Octal 24 257 334 133 24 0 16 302 123 57
Binary 10100 10101111 11011100 1011011 10100 0 1110 11000010 1010011 101111

Color Harmonies of #14AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFDC

Black with #14AFDC

Text Example


Text Example

White with #14AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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