Html Css Color HEX #12BCD9 Iris Blue

📋 copy color: '#12BCD9'

red 18 ◦ green 188 ◦ blue 217

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

Shades of Iris Blue #12BCD9

Tints of Iris Blue #12BCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 217 (85.16% from 255) = 51.3%

R = 4.26%
G = 44.44%
B = 51.3%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12BCD9 (or 0x12BCD9) is known color: Iris Blue. HEX triplet: 12, BC and D9. RGB value is (18,188,217). Sum of RGB (Red+Green+Blue) = 18+188+217=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #12BCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCD9 is #ED4326. Grayscale: #8C8C8C. Windows color (decimal): -15549223 or 14269458. OLE color: 14269458.

HSL color Cylindrical-coordinate representation of color #12BCD9: hue angle of 188.74º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BCD9 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 188 217 -
CMYK 0.92 0.13 0 0.15
HSL 188.74º 0.85% 0.46% -
HSV(B) 188.74º 0.92% 0.85% -
XYZ 30.76 41.1 71.96 -
YUV 140.48 171.18 40.64 -
System Red Green Blue C M Y K H S L
Decimal 18 188 217 0.92 0.13 0 0.15 188.74 0.85 0.46
Hex 12 BC D9 5C D 0 F BD 55 2E
Octal 22 274 331 134 15 0 17 275 125 56
Binary 10010 10111100 11011001 1011100 1101 0 1111 10111101 1010101 101110

Color Harmonies of #12BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCD9

Black with #12BCD9

Text Example


Text Example

White with #12BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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