Html Css Color HEX #12B1C1 Iris Blue

📋 copy color: '#12B1C1'

red 18 ◦ green 177 ◦ blue 193

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

Shades of Iris Blue #12B1C1

Tints of Iris Blue #12B1C1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 4.64%
G = 45.62%
B = 49.74%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12B1C1 (or 0x12B1C1) is known color: Iris Blue. HEX triplet: 12, B1 and C1. RGB value is (18,177,193). Sum of RGB (Red+Green+Blue) = 18+177+193=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #12B1C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B1C1 is #ED4E3E. Grayscale: #838383. Windows color (decimal): -15552063 or 12693778. OLE color: 12693778.

HSL color Cylindrical-coordinate representation of color #12B1C1: hue angle of 185.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12B1C1 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 177 193 -
CMYK 0.91 0.08 0 0.24
HSL 185.49º 0.83% 0.41% -
HSV(B) 185.49º 0.91% 0.76% -
XYZ 25.6 35.42 55.94 -
YUV 131.28 162.82 47.2 -
System Red Green Blue C M Y K H S L
Decimal 18 177 193 0.91 0.08 0 0.24 185.49 0.83 0.41
Hex 12 B1 C1 5B 8 0 18 B9 53 29
Octal 22 261 301 133 10 0 30 271 123 51
Binary 10010 10110001 11000001 1011011 1000 0 11000 10111001 1010011 101001

Color Harmonies of #12B1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B1C1

Black with #12B1C1

Text Example


Text Example

White with #12B1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,177,193); }

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

background-color css

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

 a { background-color: rgb(18,177,193); }

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

border-color css

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

 span { border-color: rgb(18,177,193); }

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