Html Css Color HEX #12AACB Iris Blue

📋 copy color: '#12AACB'

red 18 ◦ green 170 ◦ blue 203

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

Shades of Iris Blue #12AACB

Tints of Iris Blue #12AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 4.6%
G = 43.48%
B = 51.92%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12AACB (or 0x12AACB) is known color: Iris Blue. HEX triplet: 12, AA and CB. RGB value is (18,170,203). Sum of RGB (Red+Green+Blue) = 18+170+203=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #12AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AACB is #ED5534. Grayscale: #808080. Windows color (decimal): -15553845 or 13347346. OLE color: 13347346.

HSL color Cylindrical-coordinate representation of color #12AACB: hue angle of 190.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AACB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 170 203 -
CMYK 0.91 0.16 0 0.20
HSL 190.7º 0.84% 0.43% -
HSV(B) 190.7º 0.91% 0.8% -
XYZ 25.4 33.19 61.57 -
YUV 128.31 170.14 49.32 -
System Red Green Blue C M Y K H S L
Decimal 18 170 203 0.91 0.16 0 0.20 190.7 0.84 0.43
Hex 12 AA CB 5B 10 0 14 BF 54 2B
Octal 22 252 313 133 20 0 24 277 124 53
Binary 10010 10101010 11001011 1011011 10000 0 10100 10111111 1010100 101011

Color Harmonies of #12AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AACB

Black with #12AACB

Text Example


Text Example

White with #12AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,203); }

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

background-color css

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

 a { background-color: rgb(18,170,203); }

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

border-color css

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

 span { border-color: rgb(18,170,203); }

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