Html Css Color HEX #12B0DC Iris Blue

📋 copy color: '#12B0DC'

red 18 ◦ green 176 ◦ blue 220

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

Shades of Iris Blue #12B0DC

Tints of Iris Blue #12B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 4.35%
G = 42.51%
B = 53.14%

CMYK

 C value IS 0.92

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12B0DC (or 0x12B0DC) is known color: Iris Blue. HEX triplet: 12, B0 and DC. RGB value is (18,176,220). Sum of RGB (Red+Green+Blue) = 18+176+220=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #12B0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0DC is #ED4F23. Grayscale: #858585. Windows color (decimal): -15552292 or 14462994. OLE color: 14462994.

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

Color convert

RGB 18 176 220 -
CMYK 0.92 0.2 0 0.14
HSL 193.07º 0.85% 0.47% -
HSV(B) 193.07º 0.92% 0.86% -
XYZ 28.69 36.35 73.21 -
YUV 133.77 176.65 45.42 -
System Red Green Blue C M Y K H S L
Decimal 18 176 220 0.92 0.2 0 0.14 193.07 0.85 0.47
Hex 12 B0 DC 5C 14 0 E C1 55 2F
Octal 22 260 334 134 24 0 16 301 125 57
Binary 10010 10110000 11011100 1011100 10100 0 1110 11000001 1010101 101111

Color Harmonies of #12B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0DC

Black with #12B0DC

Text Example


Text Example

White with #12B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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