Html Css Color HEX #14ACCF Iris Blue

📋 copy color: '#14ACCF'

red 20 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #14ACCF

Tints of Iris Blue #14ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 5.01%
G = 43.11%
B = 51.88%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14ACCF (or 0x14ACCF) is known color: Iris Blue. HEX triplet: 14, AC and CF. RGB value is (20,172,207). Sum of RGB (Red+Green+Blue) = 20+172+207=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #14ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACCF is #EB5330. Grayscale: #828282. Windows color (decimal): -15422257 or 13610004. OLE color: 13610004.

HSL color Cylindrical-coordinate representation of color #14ACCF: hue angle of 191.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14ACCF is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 172 207 -
CMYK 0.90 0.17 0 0.19
HSL 191.23º 0.82% 0.45% -
HSV(B) 191.23º 0.9% 0.81% -
XYZ 26.3 34.16 64.24 -
YUV 130.54 171.14 49.15 -
System Red Green Blue C M Y K H S L
Decimal 20 172 207 0.90 0.17 0 0.19 191.23 0.82 0.45
Hex 14 AC CF 5A 11 0 13 BF 52 2D
Octal 24 254 317 132 21 0 23 277 122 55
Binary 10100 10101100 11001111 1011010 10001 0 10011 10111111 1010010 101101

Color Harmonies of #14ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACCF

Black with #14ACCF

Text Example


Text Example

White with #14ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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