Html Css Color HEX #14AFE1 Iris Blue

📋 copy color: '#14AFE1'

red 20 ◦ green 175 ◦ blue 225

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

Shades of Iris Blue #14AFE1

Tints of Iris Blue #14AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.57%

R = 4.76%
G = 41.67%
B = 53.57%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#14AFE1 (or 0x14AFE1) is known color: Iris Blue. HEX triplet: 14, AF and E1. RGB value is (20,175,225). Sum of RGB (Red+Green+Blue) = 20+175+225=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #14AFE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFE1 is #EB501E. Grayscale: #868686. Windows color (decimal): -15421471 or 14790420. OLE color: 14790420.

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

Color convert

RGB 20 175 225 -
CMYK 0.91 0.22 0 0.12
HSL 194.63º 0.84% 0.48% -
HSV(B) 194.63º 0.91% 0.88% -
XYZ 29.21 36.24 76.69 -
YUV 134.36 179.15 46.43 -
System Red Green Blue C M Y K H S L
Decimal 20 175 225 0.91 0.22 0 0.12 194.63 0.84 0.48
Hex 14 AF E1 5B 16 0 C C3 54 30
Octal 24 257 341 133 26 0 14 303 124 60
Binary 10100 10101111 11100001 1011011 10110 0 1100 11000011 1010100 110000

Color Harmonies of #14AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFE1

Black with #14AFE1

Text Example


Text Example

White with #14AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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