Html Css Color HEX #14ACCD Iris Blue

📋 copy color: '#14ACCD'

red 20 ◦ green 172 ◦ blue 205

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

Shades of Iris Blue #14ACCD

Tints of Iris Blue #14ACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

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

R = 5.04%
G = 43.32%
B = 51.64%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14ACCD (or 0x14ACCD) is known color: Iris Blue. HEX triplet: 14, AC and CD. RGB value is (20,172,205). Sum of RGB (Red+Green+Blue) = 20+172+205=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #14ACCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACCD is #EB5332. Grayscale: #828282. Windows color (decimal): -15422259 or 13478932. OLE color: 13478932.

HSL color Cylindrical-coordinate representation of color #14ACCD: hue angle of 190.7º 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 #14ACCD is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 172 205 -
CMYK 0.90 0.16 0 0.20
HSL 190.7º 0.82% 0.44% -
HSV(B) 190.7º 0.9% 0.8% -
XYZ 26.06 34.06 62.96 -
YUV 130.31 170.14 49.32 -
System Red Green Blue C M Y K H S L
Decimal 20 172 205 0.90 0.16 0 0.20 190.7 0.82 0.44
Hex 14 AC CD 5A 10 0 14 BF 52 2C
Octal 24 254 315 132 20 0 24 277 122 54
Binary 10100 10101100 11001101 1011010 10000 0 10100 10111111 1010010 101100

Color Harmonies of #14ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACCD

Black with #14ACCD

Text Example


Text Example

White with #14ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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