Html Css Color HEX #12ADD8 Iris Blue

📋 copy color: '#12ADD8'

red 18 ◦ green 173 ◦ blue 216

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

Shades of Iris Blue #12ADD8

Tints of Iris Blue #12ADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 4.42%
G = 42.51%
B = 53.07%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12ADD8 (or 0x12ADD8) is known color: Iris Blue. HEX triplet: 12, AD and D8. RGB value is (18,173,216). Sum of RGB (Red+Green+Blue) = 18+173+216=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #12ADD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADD8 is #ED5227. Grayscale: #838383. Windows color (decimal): -15553064 or 14200082. OLE color: 14200082.

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

Color convert

RGB 18 173 216 -
CMYK 0.92 0.20 0 0.15
HSL 193.03º 0.85% 0.46% -
HSV(B) 193.03º 0.92% 0.85% -
XYZ 27.59 34.97 70.26 -
YUV 131.56 175.65 47 -
System Red Green Blue C M Y K H S L
Decimal 18 173 216 0.92 0.20 0 0.15 193.03 0.85 0.46
Hex 12 AD D8 5C 14 0 F C1 55 2E
Octal 22 255 330 134 24 0 17 301 125 56
Binary 10010 10101101 11011000 1011100 10100 0 1111 11000001 1010101 101110

Color Harmonies of #12ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADD8

Black with #12ADD8

Text Example


Text Example

White with #12ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,216); }

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

background-color css

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

 a { background-color: rgb(18,173,216); }

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

border-color css

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

 span { border-color: rgb(18,173,216); }

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