Html Css Color HEX #12ADCD Iris Blue

📋 copy color: '#12ADCD'

red 18 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #12ADCD

Tints of Iris Blue #12ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 4.55%
G = 43.69%
B = 51.77%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12ADCD (or 0x12ADCD) is known color: Iris Blue. HEX triplet: 12, AD and CD. RGB value is (18,173,205). Sum of RGB (Red+Green+Blue) = 18+173+205=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #12ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADCD is #ED5232. Grayscale: #828282. Windows color (decimal): -15553075 or 13479186. OLE color: 13479186.

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

Color convert

RGB 18 173 205 -
CMYK 0.91 0.16 0 0.20
HSL 190.27º 0.84% 0.44% -
HSV(B) 190.27º 0.91% 0.8% -
XYZ 26.21 34.42 63.02 -
YUV 130.3 170.15 47.9 -
System Red Green Blue C M Y K H S L
Decimal 18 173 205 0.91 0.16 0 0.20 190.27 0.84 0.44
Hex 12 AD CD 5B 10 0 14 BE 54 2C
Octal 22 255 315 133 20 0 24 276 124 54
Binary 10010 10101101 11001101 1011011 10000 0 10100 10111110 1010100 101100

Color Harmonies of #12ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADCD

Black with #12ADCD

Text Example


Text Example

White with #12ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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