Html Css Color HEX #12AED5 Iris Blue

📋 copy color: '#12AED5'

red 18 ◦ green 174 ◦ blue 213

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

Shades of Iris Blue #12AED5

Tints of Iris Blue #12AED5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

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

R = 4.44%
G = 42.96%
B = 52.59%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#12AED5 (or 0x12AED5) is known color: Iris Blue. HEX triplet: 12, AE and D5. RGB value is (18,174,213). Sum of RGB (Red+Green+Blue) = 18+174+213=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #12AED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AED5 is #ED512A. Grayscale: #838383. Windows color (decimal): -15552811 or 14003730. OLE color: 14003730.

HSL color Cylindrical-coordinate representation of color #12AED5: hue angle of 192º 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 #12AED5 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 174 213 -
CMYK 0.92 0.18 0 0.16
HSL 192º 0.84% 0.45% -
HSV(B) 192º 0.92% 0.84% -
XYZ 27.4 35.2 68.3 -
YUV 131.8 173.82 46.83 -
System Red Green Blue C M Y K H S L
Decimal 18 174 213 0.92 0.18 0 0.16 192 0.84 0.45
Hex 12 AE D5 5C 12 0 10 C0 54 2D
Octal 22 256 325 134 22 0 20 300 124 55
Binary 10010 10101110 11010101 1011100 10010 0 10000 11000000 1010100 101101

Color Harmonies of #12AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AED5

Black with #12AED5

Text Example


Text Example

White with #12AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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