Html Css Color HEX #12AEDD Iris Blue

📋 copy color: '#12AEDD'

red 18 ◦ green 174 ◦ blue 221

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

Shades of Iris Blue #12AEDD

Tints of Iris Blue #12AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 4.36%
G = 42.13%
B = 53.51%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12AEDD (or 0x12AEDD) is known color: Iris Blue. HEX triplet: 12, AE and DD. RGB value is (18,174,221). Sum of RGB (Red+Green+Blue) = 18+174+221=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #12AEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEDD is #ED5122. Grayscale: #848484. Windows color (decimal): -15552803 or 14528018. OLE color: 14528018.

HSL color Cylindrical-coordinate representation of color #12AEDD: hue angle of 193.89º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AEDD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 174 221 -
CMYK 0.92 0.21 0 0.13
HSL 193.89º 0.85% 0.47% -
HSV(B) 193.89º 0.92% 0.87% -
XYZ 28.44 35.62 73.78 -
YUV 132.71 177.82 46.18 -
System Red Green Blue C M Y K H S L
Decimal 18 174 221 0.92 0.21 0 0.13 193.89 0.85 0.47
Hex 12 AE DD 5C 15 0 D C2 55 2F
Octal 22 256 335 134 25 0 15 302 125 57
Binary 10010 10101110 11011101 1011100 10101 0 1101 11000010 1010101 101111

Color Harmonies of #12AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEDD

Black with #12AEDD

Text Example


Text Example

White with #12AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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