Html Css Color HEX #12BABC Iris Blue

📋 copy color: '#12BABC'

red 18 ◦ green 186 ◦ blue 188

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

Shades of Iris Blue #12BABC

Tints of Iris Blue #12BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.45%

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

R = 4.59%
G = 47.45%
B = 47.96%

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

#12BABC (or 0x12BABC) is known color: Iris Blue. HEX triplet: 12, BA and BC. RGB value is (18,186,188). Sum of RGB (Red+Green+Blue) = 18+186+188=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #12BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BABC is #ED4543. Grayscale: #878787. Windows color (decimal): -15549764 or 12368402. OLE color: 12368402.

HSL color Cylindrical-coordinate representation of color #12BABC: hue angle of 180.71º 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 #12BABC is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 186 188 -
CMYK 0.90 0.01 0 0.26
HSL 180.71º 0.83% 0.4% -
HSV(B) 180.71º 0.9% 0.74% -
XYZ 26.89 38.88 53.66 -
YUV 136 157.34 43.84 -
System Red Green Blue C M Y K H S L
Decimal 18 186 188 0.90 0.01 0 0.26 180.71 0.83 0.4
Hex 12 BA BC 5A 1 0 1A B5 53 28
Octal 22 272 274 132 1 0 32 265 123 50
Binary 10010 10111010 10111100 1011010 1 0 11010 10110101 1010011 101000

Color Harmonies of #12BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BABC

Black with #12BABC

Text Example


Text Example

White with #12BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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