Html Css Color HEX #12ADDE Iris Blue

📋 copy color: '#12ADDE'

red 18 ◦ green 173 ◦ blue 222

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

Shades of Iris Blue #12ADDE

Tints of Iris Blue #12ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.75%

R = 4.36%
G = 41.89%
B = 53.75%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12ADDE (or 0x12ADDE) is known color: Iris Blue. HEX triplet: 12, AD and DE. RGB value is (18,173,222). Sum of RGB (Red+Green+Blue) = 18+173+222=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #12ADDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADDE is #ED5221. Grayscale: #838383. Windows color (decimal): -15553058 or 14593298. OLE color: 14593298.

HSL color Cylindrical-coordinate representation of color #12ADDE: hue angle of 194.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ADDE is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 173 222 -
CMYK 0.92 0.22 0 0.13
HSL 194.41º 0.85% 0.47% -
HSV(B) 194.41º 0.92% 0.87% -
XYZ 28.38 35.29 74.42 -
YUV 132.24 178.65 46.52 -
System Red Green Blue C M Y K H S L
Decimal 18 173 222 0.92 0.22 0 0.13 194.41 0.85 0.47
Hex 12 AD DE 5C 16 0 D C2 55 2F
Octal 22 255 336 134 26 0 15 302 125 57
Binary 10010 10101101 11011110 1011100 10110 0 1101 11000010 1010101 101111

Color Harmonies of #12ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADDE

Black with #12ADDE

Text Example


Text Example

White with #12ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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