Html Css Color HEX #12BBBC Iris Blue

📋 copy color: '#12BBBC'

red 18 ◦ green 187 ◦ blue 188

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

Shades of Iris Blue #12BBBC

Tints of Iris Blue #12BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 4.58%
G = 47.58%
B = 47.84%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12BBBC (or 0x12BBBC) is known color: Iris Blue. HEX triplet: 12, BB and BC. RGB value is (18,187,188). Sum of RGB (Red+Green+Blue) = 18+187+188=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #12BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBBC is #ED4443. Grayscale: #888888. Windows color (decimal): -15549508 or 12368658. OLE color: 12368658.

HSL color Cylindrical-coordinate representation of color #12BBBC: hue angle of 180.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BBBC is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 187 188 -
CMYK 0.90 0.01 0 0.26
HSL 180.35º 0.83% 0.4% -
HSV(B) 180.35º 0.9% 0.74% -
XYZ 27.1 39.3 53.73 -
YUV 136.58 157.01 43.42 -
System Red Green Blue C M Y K H S L
Decimal 18 187 188 0.90 0.01 0 0.26 180.35 0.83 0.4
Hex 12 BB BC 5A 1 0 1A B4 53 28
Octal 22 273 274 132 1 0 32 264 123 50
Binary 10010 10111011 10111100 1011010 1 0 11010 10110100 1010011 101000

Color Harmonies of #12BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BBBC

Black with #12BBBC

Text Example


Text Example

White with #12BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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