Html Css Color HEX #12B9CF Iris Blue

📋 copy color: '#12B9CF'

red 18 ◦ green 185 ◦ blue 207

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

Shades of Iris Blue #12B9CF

Tints of Iris Blue #12B9CF

RGB

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

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

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

R = 4.39%
G = 45.12%
B = 50.49%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12B9CF (or 0x12B9CF) is known color: Iris Blue. HEX triplet: 12, B9 and CF. RGB value is (18,185,207). Sum of RGB (Red+Green+Blue) = 18+185+207=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #12B9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B9CF is #ED4630. Grayscale: #898989. Windows color (decimal): -15550001 or 13613330. OLE color: 13613330.

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

Color convert

RGB 18 185 207 -
CMYK 0.91 0.11 0 0.19
HSL 186.98º 0.84% 0.44% -
HSV(B) 186.98º 0.91% 0.81% -
XYZ 28.86 39.33 65.1 -
YUV 137.58 167.17 42.71 -
System Red Green Blue C M Y K H S L
Decimal 18 185 207 0.91 0.11 0 0.19 186.98 0.84 0.44
Hex 12 B9 CF 5B B 0 13 BB 54 2C
Octal 22 271 317 133 13 0 23 273 124 54
Binary 10010 10111001 11001111 1011011 1011 0 10011 10111011 1010100 101100

Color Harmonies of #12B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B9CF

Black with #12B9CF

Text Example


Text Example

White with #12B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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