Html Css Color HEX #12AAD5 Iris Blue

📋 copy color: '#12AAD5'

red 18 ◦ green 170 ◦ blue 213

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

Shades of Iris Blue #12AAD5

Tints of Iris Blue #12AAD5

RGB

 RED value IS 18 (7.42% from 255) = 4.49%

 GREEN value IS 170 (66.8% from 255) = 42.39%

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 4.49%
G = 42.39%
B = 53.12%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#12AAD5 (or 0x12AAD5) is known color: Iris Blue. HEX triplet: 12, AA and D5. RGB value is (18,170,213). Sum of RGB (Red+Green+Blue) = 18+170+213=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #12AAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AAD5 is #ED552A. Grayscale: #818181. Windows color (decimal): -15553835 or 14002706. OLE color: 14002706.

HSL color Cylindrical-coordinate representation of color #12AAD5: hue angle of 193.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AAD5 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 170 213 -
CMYK 0.92 0.20 0 0.16
HSL 193.23º 0.84% 0.45% -
HSV(B) 193.23º 0.92% 0.84% -
XYZ 26.63 33.68 68.05 -
YUV 129.45 175.14 48.5 -
System Red Green Blue C M Y K H S L
Decimal 18 170 213 0.92 0.20 0 0.16 193.23 0.84 0.45
Hex 12 AA D5 5C 14 0 10 C1 54 2D
Octal 22 252 325 134 24 0 20 301 124 55
Binary 10010 10101010 11010101 1011100 10100 0 10000 11000001 1010100 101101

Color Harmonies of #12AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAD5

Black with #12AAD5

Text Example


Text Example

White with #12AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AAD5; }

 p { color: rgb(18,170,213); }

 H1.HeaderClassName
 {
   color: #12AAD5;
 }
 .AnyTagClassName
 {
   color: #12AAD5;
 }
</style>

background-color css

<style>
 a { background-color: #12AAD5; }

 a { background-color: rgb(18,170,213); }

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

border-color css

<style>
 span { border-color: #12AAD5; }

 span { border-color: rgb(18,170,213); }

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