Html Css Color HEX #14AFE2 Iris Blue

📋 copy color: '#14AFE2'

red 20 ◦ green 175 ◦ blue 226

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

Shades of Iris Blue #14AFE2

Tints of Iris Blue #14AFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.68%

R = 4.75%
G = 41.57%
B = 53.68%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#14AFE2 (or 0x14AFE2) is known color: Iris Blue. HEX triplet: 14, AF and E2. RGB value is (20,175,226). Sum of RGB (Red+Green+Blue) = 20+175+226=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 226 (88.67% from 255 or 53.68% from 421); Max value from RGB is 226 - color contains mainly: blue. Hex color #14AFE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFE2 is #EB501D. Grayscale: #868686. Windows color (decimal): -15421470 or 14855956. OLE color: 14855956.

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

Color convert

RGB 20 175 226 -
CMYK 0.91 0.23 0 0.11
HSL 194.85º 0.84% 0.48% -
HSV(B) 194.85º 0.91% 0.89% -
XYZ 29.35 36.3 77.41 -
YUV 134.47 179.65 46.35 -
System Red Green Blue C M Y K H S L
Decimal 20 175 226 0.91 0.23 0 0.11 194.85 0.84 0.48
Hex 14 AF E2 5B 17 0 B C3 54 30
Octal 24 257 342 133 27 0 13 303 124 60
Binary 10100 10101111 11100010 1011011 10111 0 1011 11000011 1010100 110000

Color Harmonies of #14AFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFE2

Black with #14AFE2

Text Example


Text Example

White with #14AFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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