Html Css Color HEX #12B9CE Iris Blue

📋 copy color: '#12B9CE'

red 18 ◦ green 185 ◦ blue 206

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

Shades of Iris Blue #12B9CE

Tints of Iris Blue #12B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 4.4%
G = 45.23%
B = 50.37%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12B9CE (or 0x12B9CE) is known color: Iris Blue. HEX triplet: 12, B9 and CE. RGB value is (18,185,206). Sum of RGB (Red+Green+Blue) = 18+185+206=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #12B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B9CE is #ED4631. Grayscale: #898989. Windows color (decimal): -15550002 or 13547794. OLE color: 13547794.

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

Color convert

RGB 18 185 206 -
CMYK 0.91 0.10 0 0.19
HSL 186.7º 0.84% 0.44% -
HSV(B) 186.7º 0.91% 0.81% -
XYZ 28.74 39.28 64.46 -
YUV 137.46 166.67 42.79 -
System Red Green Blue C M Y K H S L
Decimal 18 185 206 0.91 0.10 0 0.19 186.7 0.84 0.44
Hex 12 B9 CE 5B A 0 13 BB 54 2C
Octal 22 271 316 133 12 0 23 273 124 54
Binary 10010 10111001 11001110 1011011 1010 0 10011 10111011 1010100 101100

Color Harmonies of #12B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B9CE

Black with #12B9CE

Text Example


Text Example

White with #12B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,185,206); }

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

background-color css

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

 a { background-color: rgb(18,185,206); }

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

border-color css

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

 span { border-color: rgb(18,185,206); }

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