Html Css Color HEX #12B1CF Iris Blue

📋 copy color: '#12B1CF'

red 18 ◦ green 177 ◦ blue 207

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

Shades of Iris Blue #12B1CF

Tints of Iris Blue #12B1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 4.48%
G = 44.03%
B = 51.49%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12B1CF (or 0x12B1CF) is known color: Iris Blue. HEX triplet: 12, B1 and CF. RGB value is (18,177,207). Sum of RGB (Red+Green+Blue) = 18+177+207=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #12B1CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B1CF is #ED4E30. Grayscale: #848484. Windows color (decimal): -15552049 or 13611282. OLE color: 13611282.

HSL color Cylindrical-coordinate representation of color #12B1CF: hue angle of 189.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12B1CF is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 177 207 -
CMYK 0.91 0.14 0 0.19
HSL 189.52º 0.84% 0.44% -
HSV(B) 189.52º 0.91% 0.81% -
XYZ 27.23 36.08 64.56 -
YUV 132.88 169.82 46.06 -
System Red Green Blue C M Y K H S L
Decimal 18 177 207 0.91 0.14 0 0.19 189.52 0.84 0.44
Hex 12 B1 CF 5B E 0 13 BE 54 2C
Octal 22 261 317 133 16 0 23 276 124 54
Binary 10010 10110001 11001111 1011011 1110 0 10011 10111110 1010100 101100

Color Harmonies of #12B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B1CF

Black with #12B1CF

Text Example


Text Example

White with #12B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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