Html Css Color HEX #12ACBD Iris Blue

📋 copy color: '#12ACBD'

red 18 ◦ green 172 ◦ blue 189

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

Shades of Iris Blue #12ACBD

Tints of Iris Blue #12ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.38%

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

R = 4.75%
G = 45.38%
B = 49.87%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12ACBD (or 0x12ACBD) is known color: Iris Blue. HEX triplet: 12, AC and BD. RGB value is (18,172,189). Sum of RGB (Red+Green+Blue) = 18+172+189=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #12ACBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACBD is #ED5342. Grayscale: #7F7F7F. Windows color (decimal): -15553347 or 12430354. OLE color: 12430354.

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

Color convert

RGB 18 172 189 -
CMYK 0.90 0.09 0 0.26
HSL 185.96º 0.83% 0.41% -
HSV(B) 185.96º 0.9% 0.74% -
XYZ 24.19 33.31 53.3 -
YUV 127.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 18 172 189 0.90 0.09 0 0.26 185.96 0.83 0.41
Hex 12 AC BD 5A 9 0 1A BA 53 29
Octal 22 254 275 132 11 0 32 272 123 51
Binary 10010 10101100 10111101 1011010 1001 0 11010 10111010 1010011 101001

Color Harmonies of #12ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACBD

Black with #12ACBD

Text Example


Text Example

White with #12ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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