Html Css Color HEX #12BADC Iris Blue

📋 copy color: '#12BADC'

red 18 ◦ green 186 ◦ blue 220

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

Shades of Iris Blue #12BADC

Tints of Iris Blue #12BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 4.25%
G = 43.87%
B = 51.89%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12BADC (or 0x12BADC) is known color: Iris Blue. HEX triplet: 12, BA and DC. RGB value is (18,186,220). Sum of RGB (Red+Green+Blue) = 18+186+220=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #12BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BADC is #ED4523. Grayscale: #8B8B8B. Windows color (decimal): -15549732 or 14465554. OLE color: 14465554.

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

Color convert

RGB 18 186 220 -
CMYK 0.92 0.15 0 0.14
HSL 190.1º 0.85% 0.47% -
HSV(B) 190.1º 0.92% 0.86% -
XYZ 30.73 40.41 73.89 -
YUV 139.64 173.34 41.24 -
System Red Green Blue C M Y K H S L
Decimal 18 186 220 0.92 0.15 0 0.14 190.1 0.85 0.47
Hex 12 BA DC 5C F 0 E BE 55 2F
Octal 22 272 334 134 17 0 16 276 125 57
Binary 10010 10111010 11011100 1011100 1111 0 1110 10111110 1010101 101111

Color Harmonies of #12BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BADC

Black with #12BADC

Text Example


Text Example

White with #12BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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