Html Css Color HEX #12AFBC Iris Blue

📋 copy color: '#12AFBC'

red 18 ◦ green 175 ◦ blue 188

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

Shades of Iris Blue #12AFBC

Tints of Iris Blue #12AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 4.72%
G = 45.93%
B = 49.34%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12AFBC (or 0x12AFBC) is known color: Iris Blue. HEX triplet: 12, AF and BC. RGB value is (18,175,188). Sum of RGB (Red+Green+Blue) = 18+175+188=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #12AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFBC is #ED5043. Grayscale: #818181. Windows color (decimal): -15552580 or 12365586. OLE color: 12365586.

HSL color Cylindrical-coordinate representation of color #12AFBC: hue angle of 184.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AFBC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 175 188 -
CMYK 0.90 0.07 0 0.26
HSL 184.59º 0.83% 0.4% -
HSV(B) 184.59º 0.9% 0.74% -
XYZ 24.66 34.42 52.92 -
YUV 129.54 160.99 48.44 -
System Red Green Blue C M Y K H S L
Decimal 18 175 188 0.90 0.07 0 0.26 184.59 0.83 0.4
Hex 12 AF BC 5A 7 0 1A B9 53 28
Octal 22 257 274 132 7 0 32 271 123 50
Binary 10010 10101111 10111100 1011010 111 0 11010 10111001 1010011 101000

Color Harmonies of #12AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFBC

Black with #12AFBC

Text Example


Text Example

White with #12AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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