Html Css Color HEX #12BDC2 Iris Blue

📋 copy color: '#12BDC2'

red 18 ◦ green 189 ◦ blue 194

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

Shades of Iris Blue #12BDC2

Tints of Iris Blue #12BDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

 BLUE value IS 194 (76.17% from 255) = 48.38%

R = 4.49%
G = 47.13%
B = 48.38%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12BDC2 (or 0x12BDC2) is known color: Iris Blue. HEX triplet: 12, BD and C2. RGB value is (18,189,194). Sum of RGB (Red+Green+Blue) = 18+189+194=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #12BDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDC2 is #ED423D. Grayscale: #8A8A8A. Windows color (decimal): -15548990 or 12762386. OLE color: 12762386.

HSL color Cylindrical-coordinate representation of color #12BDC2: hue angle of 181.7º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BDC2 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 189 194 -
CMYK 0.91 0.03 0 0.24
HSL 181.7º 0.83% 0.42% -
HSV(B) 181.7º 0.91% 0.76% -
XYZ 28.18 40.42 57.36 -
YUV 138.44 159.35 42.09 -
System Red Green Blue C M Y K H S L
Decimal 18 189 194 0.91 0.03 0 0.24 181.7 0.83 0.42
Hex 12 BD C2 5B 3 0 18 B6 53 2A
Octal 22 275 302 133 3 0 30 266 123 52
Binary 10010 10111101 11000010 1011011 11 0 11000 10110110 1010011 101010

Color Harmonies of #12BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDC2

Black with #12BDC2

Text Example


Text Example

White with #12BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,194); }

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

background-color css

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

 a { background-color: rgb(18,189,194); }

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

border-color css

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

 span { border-color: rgb(18,189,194); }

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