Html Css Color HEX #12A6DE Iris Blue

📋 copy color: '#12A6DE'

red 18 ◦ green 166 ◦ blue 222

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

Shades of Iris Blue #12A6DE

Tints of Iris Blue #12A6DE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 4.43%
G = 40.89%
B = 54.68%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12A6DE (or 0x12A6DE) is known color: Iris Blue. HEX triplet: 12, A6 and DE. RGB value is (18,166,222). Sum of RGB (Red+Green+Blue) = 18+166+222=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #12A6DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A6DE is #ED5921. Grayscale: #7F7F7F. Windows color (decimal): -15554850 or 14591506. OLE color: 14591506.

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

Color convert

RGB 18 166 222 -
CMYK 0.92 0.25 0 0.13
HSL 196.47º 0.85% 0.47% -
HSV(B) 196.47º 0.92% 0.87% -
XYZ 27.07 32.67 73.99 -
YUV 128.13 180.97 49.45 -
System Red Green Blue C M Y K H S L
Decimal 18 166 222 0.92 0.25 0 0.13 196.47 0.85 0.47
Hex 12 A6 DE 5C 19 0 D C4 55 2F
Octal 22 246 336 134 31 0 15 304 125 57
Binary 10010 10100110 11011110 1011100 11001 0 1101 11000100 1010101 101111

Color Harmonies of #12A6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A6DE

Black with #12A6DE

Text Example


Text Example

White with #12A6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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