Html Css Color HEX #12BBCD Iris Blue

📋 copy color: '#12BBCD'

red 18 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #12BBCD

Tints of Iris Blue #12BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 4.39%
G = 45.61%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12BBCD (or 0x12BBCD) is known color: Iris Blue. HEX triplet: 12, BB and CD. RGB value is (18,187,205). Sum of RGB (Red+Green+Blue) = 18+187+205=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #12BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBCD is #ED4432. Grayscale: #8A8A8A. Windows color (decimal): -15549491 or 13482770. OLE color: 13482770.

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

Color convert

RGB 18 187 205 -
CMYK 0.91 0.09 0 0.20
HSL 185.78º 0.84% 0.44% -
HSV(B) 185.78º 0.91% 0.8% -
XYZ 29.04 40.08 63.96 -
YUV 138.52 165.51 42.04 -
System Red Green Blue C M Y K H S L
Decimal 18 187 205 0.91 0.09 0 0.20 185.78 0.84 0.44
Hex 12 BB CD 5B 9 0 14 BA 54 2C
Octal 22 273 315 133 11 0 24 272 124 54
Binary 10010 10111011 11001101 1011011 1001 0 10100 10111010 1010100 101100

Color Harmonies of #12BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BBCD

Black with #12BBCD

Text Example


Text Example

White with #12BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,187,205); }

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

background-color css

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

 a { background-color: rgb(18,187,205); }

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

border-color css

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

 span { border-color: rgb(18,187,205); }

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