Html Css Color HEX #12ABBD Iris Blue

📋 copy color: '#12ABBD'

red 18 ◦ green 171 ◦ blue 189

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

Shades of Iris Blue #12ABBD

Tints of Iris Blue #12ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

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

R = 4.76%
G = 45.24%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12ABBD (or 0x12ABBD) is known color: Iris Blue. HEX triplet: 12, AB and BD. RGB value is (18,171,189). Sum of RGB (Red+Green+Blue) = 18+171+189=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #12ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABBD is #ED5442. Grayscale: #7F7F7F. Windows color (decimal): -15553603 or 12430098. OLE color: 12430098.

HSL color Cylindrical-coordinate representation of color #12ABBD: hue angle of 186.32º 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 #12ABBD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 171 189 -
CMYK 0.90 0.10 0 0.26
HSL 186.32º 0.83% 0.41% -
HSV(B) 186.32º 0.9% 0.74% -
XYZ 24 32.93 53.24 -
YUV 127.31 162.81 50.04 -
System Red Green Blue C M Y K H S L
Decimal 18 171 189 0.90 0.10 0 0.26 186.32 0.83 0.41
Hex 12 AB BD 5A A 0 1A BA 53 29
Octal 22 253 275 132 12 0 32 272 123 51
Binary 10010 10101011 10111101 1011010 1010 0 11010 10111010 1010011 101001

Color Harmonies of #12ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABBD

Black with #12ABBD

Text Example


Text Example

White with #12ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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