Html Css Color HEX #12BCDA Iris Blue

📋 copy color: '#12BCDA'

red 18 ◦ green 188 ◦ blue 218

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

Shades of Iris Blue #12BCDA

Tints of Iris Blue #12BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 4.25%
G = 44.34%
B = 51.42%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12BCDA (or 0x12BCDA) is known color: Iris Blue. HEX triplet: 12, BC and DA. RGB value is (18,188,218). Sum of RGB (Red+Green+Blue) = 18+188+218=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #12BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCDA is #ED4325. Grayscale: #8C8C8C. Windows color (decimal): -15549222 or 14334994. OLE color: 14334994.

HSL color Cylindrical-coordinate representation of color #12BCDA: hue angle of 189º 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 #12BCDA is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 188 218 -
CMYK 0.92 0.14 0 0.15
HSL 189º 0.85% 0.46% -
HSV(B) 189º 0.92% 0.85% -
XYZ 30.89 41.16 72.65 -
YUV 140.59 171.68 40.56 -
System Red Green Blue C M Y K H S L
Decimal 18 188 218 0.92 0.14 0 0.15 189 0.85 0.46
Hex 12 BC DA 5C E 0 F BD 55 2E
Octal 22 274 332 134 16 0 17 275 125 56
Binary 10010 10111100 11011010 1011100 1110 0 1111 10111101 1010101 101110

Color Harmonies of #12BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCDA

Black with #12BCDA

Text Example


Text Example

White with #12BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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