#12AFCA

Color #12AFCA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #12AFCA

Tints of Iris Blue #12AFCA

Color information

#12AFCA (or 0x12AFCA) is unknown color: approx Iris Blue. HEX triplet: 12, AF and CA. RGB value is (18,175,202). Sum of RGB (Red+Green+Blue) = 18+175+202=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #12AFCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFCA is #ED5035. Grayscale: #828282. Windows color (decimal): -15552566 or 13283090. OLE color: 13283090.

HSL color Cylindrical-coordinate representation of color #12AFCA: hue angle of 188.8º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFCA is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18175202-
CMYK0.910.1300.21
HSL188.8º83.64%43.14%-
HSV(B)188.8º91.09%79.22%-
XYZ26.2435.0561.26-
YUV131.14167.9947.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.56%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=4.56%
G=44.30%
B=51.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181752020.910.1300.21188.883.6443.14
Hex12AFCA5BD015bd542b
Octal222573121331502527512453
Binary10010101011111100101010110111101010101101111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,175,202); }

 H1.HeaderClassName
 {
   color: #12AFCA;
 }
 .AnyTagClassName
 {
   color: #12AFCA;
 }
</style>
background-color css

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

 a { background-color: rgb(18,175,202); }

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

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

 span { border-color: rgb(18,175,202); }

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