Html Css Color HEX #12AFC0 Iris Blue

📋 copy color: '#12AFC0'

red 18 ◦ green 175 ◦ blue 192

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

Shades of Iris Blue #12AFC0

Tints of Iris Blue #12AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 4.68%
G = 45.45%
B = 49.87%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12AFC0 (or 0x12AFC0) is known color: Iris Blue. HEX triplet: 12, AF and C0. RGB value is (18,175,192). Sum of RGB (Red+Green+Blue) = 18+175+192=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #12AFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFC0 is #ED503F. Grayscale: #818181. Windows color (decimal): -15552576 or 12627730. OLE color: 12627730.

HSL color Cylindrical-coordinate representation of color #12AFC0: hue angle of 185.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFC0 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 175 192 -
CMYK 0.91 0.09 0 0.25
HSL 185.86º 0.83% 0.41% -
HSV(B) 185.86º 0.91% 0.75% -
XYZ 25.09 34.59 55.22 -
YUV 130 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 18 175 192 0.91 0.09 0 0.25 185.86 0.83 0.41
Hex 12 AF C0 5B 9 0 19 BA 53 29
Octal 22 257 300 133 11 0 31 272 123 51
Binary 10010 10101111 11000000 1011011 1001 0 11001 10111010 1010011 101001

Color Harmonies of #12AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFC0

Black with #12AFC0

Text Example


Text Example

White with #12AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,192); }

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

background-color css

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

 a { background-color: rgb(18,175,192); }

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

border-color css

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

 span { border-color: rgb(18,175,192); }

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