Html Css Color HEX #12AFBD Iris Blue

📋 copy color: '#12AFBD'

red 18 ◦ green 175 ◦ blue 189

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

Shades of Iris Blue #12AFBD

Tints of Iris Blue #12AFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 4.71%
G = 45.81%
B = 49.48%

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

#12AFBD (or 0x12AFBD) is known color: Iris Blue. HEX triplet: 12, AF and BD. RGB value is (18,175,189). Sum of RGB (Red+Green+Blue) = 18+175+189=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #12AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFBD is #ED5042. Grayscale: #818181. Windows color (decimal): -15552579 or 12431122. OLE color: 12431122.

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

Color convert

RGB 18 175 189 -
CMYK 0.90 0.07 0 0.26
HSL 184.91º 0.83% 0.41% -
HSV(B) 184.91º 0.9% 0.74% -
XYZ 24.76 34.46 53.49 -
YUV 129.65 161.49 48.36 -
System Red Green Blue C M Y K H S L
Decimal 18 175 189 0.90 0.07 0 0.26 184.91 0.83 0.41
Hex 12 AF BD 5A 7 0 1A B9 53 29
Octal 22 257 275 132 7 0 32 271 123 51
Binary 10010 10101111 10111101 1011010 111 0 11010 10111001 1010011 101001

Color Harmonies of #12AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFBD

Black with #12AFBD

Text Example


Text Example

White with #12AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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