Html Css Color HEX #12ADD7 Iris Blue

📋 copy color: '#12ADD7'

red 18 ◦ green 173 ◦ blue 215

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

Shades of Iris Blue #12ADD7

Tints of Iris Blue #12ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 4.43%
G = 42.61%
B = 52.96%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#12ADD7 (or 0x12ADD7) is known color: Iris Blue. HEX triplet: 12, AD and D7. RGB value is (18,173,215). Sum of RGB (Red+Green+Blue) = 18+173+215=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #12ADD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADD7 is #ED5228. Grayscale: #838383. Windows color (decimal): -15553065 or 14134546. OLE color: 14134546.

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

Color convert

RGB 18 173 215 -
CMYK 0.92 0.20 0 0.16
HSL 192.79º 0.85% 0.46% -
HSV(B) 192.79º 0.92% 0.84% -
XYZ 27.46 34.92 69.58 -
YUV 131.44 175.15 47.08 -
System Red Green Blue C M Y K H S L
Decimal 18 173 215 0.92 0.20 0 0.16 192.79 0.85 0.46
Hex 12 AD D7 5C 14 0 10 C1 55 2E
Octal 22 255 327 134 24 0 20 301 125 56
Binary 10010 10101101 11010111 1011100 10100 0 10000 11000001 1010101 101110

Color Harmonies of #12ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADD7

Black with #12ADD7

Text Example


Text Example

White with #12ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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