Html Css Color HEX #12ADDA Iris Blue

📋 copy color: '#12ADDA'

red 18 ◦ green 173 ◦ blue 218

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

Shades of Iris Blue #12ADDA

Tints of Iris Blue #12ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 4.4%
G = 42.3%
B = 53.3%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12ADDA (or 0x12ADDA) is known color: Iris Blue. HEX triplet: 12, AD and DA. RGB value is (18,173,218). Sum of RGB (Red+Green+Blue) = 18+173+218=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #12ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADDA is #ED5225. Grayscale: #838383. Windows color (decimal): -15553062 or 14331154. OLE color: 14331154.

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

Color convert

RGB 18 173 218 -
CMYK 0.92 0.21 0 0.15
HSL 193.5º 0.85% 0.46% -
HSV(B) 193.5º 0.92% 0.85% -
XYZ 27.85 35.08 71.63 -
YUV 131.79 176.65 46.84 -
System Red Green Blue C M Y K H S L
Decimal 18 173 218 0.92 0.21 0 0.15 193.5 0.85 0.46
Hex 12 AD DA 5C 15 0 F C2 55 2E
Octal 22 255 332 134 25 0 17 302 125 56
Binary 10010 10101101 11011010 1011100 10101 0 1111 11000010 1010101 101110

Color Harmonies of #12ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADDA

Black with #12ADDA

Text Example


Text Example

White with #12ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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