Html Css Color HEX #12B6DB Iris Blue

📋 copy color: '#12B6DB'

red 18 ◦ green 182 ◦ blue 219

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

Shades of Iris Blue #12B6DB

Tints of Iris Blue #12B6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.44%

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 4.3%
G = 43.44%
B = 52.27%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12B6DB (or 0x12B6DB) is known color: Iris Blue. HEX triplet: 12, B6 and DB. RGB value is (18,182,219). Sum of RGB (Red+Green+Blue) = 18+182+219=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #12B6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B6DB is #ED4924. Grayscale: #888888. Windows color (decimal): -15550757 or 14398994. OLE color: 14398994.

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

Color convert

RGB 18 182 219 -
CMYK 0.92 0.17 0 0.14
HSL 191.04º 0.85% 0.46% -
HSV(B) 191.04º 0.92% 0.86% -
XYZ 29.76 38.7 72.92 -
YUV 137.18 174.17 42.99 -
System Red Green Blue C M Y K H S L
Decimal 18 182 219 0.92 0.17 0 0.14 191.04 0.85 0.46
Hex 12 B6 DB 5C 11 0 E BF 55 2E
Octal 22 266 333 134 21 0 16 277 125 56
Binary 10010 10110110 11011011 1011100 10001 0 1110 10111111 1010101 101110

Color Harmonies of #12B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B6DB

Black with #12B6DB

Text Example


Text Example

White with #12B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,219); }

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

background-color css

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

 a { background-color: rgb(18,182,219); }

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

border-color css

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

 span { border-color: rgb(18,182,219); }

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