Html Css Color HEX #12AACF Iris Blue

📋 copy color: '#12AACF'

red 18 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #12AACF

Tints of Iris Blue #12AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 4.56%
G = 43.04%
B = 52.41%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12AACF (or 0x12AACF) is known color: Iris Blue. HEX triplet: 12, AA and CF. RGB value is (18,170,207). Sum of RGB (Red+Green+Blue) = 18+170+207=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #12AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AACF is #ED5530. Grayscale: #808080. Windows color (decimal): -15553841 or 13609490. OLE color: 13609490.

HSL color Cylindrical-coordinate representation of color #12AACF: hue angle of 191.75º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AACF is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 170 207 -
CMYK 0.91 0.18 0 0.19
HSL 191.75º 0.84% 0.44% -
HSV(B) 191.75º 0.91% 0.81% -
XYZ 25.89 33.38 64.11 -
YUV 128.77 172.14 48.99 -
System Red Green Blue C M Y K H S L
Decimal 18 170 207 0.91 0.18 0 0.19 191.75 0.84 0.44
Hex 12 AA CF 5B 12 0 13 C0 54 2C
Octal 22 252 317 133 22 0 23 300 124 54
Binary 10010 10101010 11001111 1011011 10010 0 10011 11000000 1010100 101100

Color Harmonies of #12AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AACF

Black with #12AACF

Text Example


Text Example

White with #12AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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