#15AFCA

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

Shades of Iris Blue #15AFCA

Tints of Iris Blue #15AFCA

Color information

#15AFCA (or 0x15AFCA) is unknown color: approx Iris Blue. HEX triplet: 15, AF and CA. RGB value is (21,175,202). Sum of RGB (Red+Green+Blue) = 21+175+202=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #15AFCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFCA is #EA5035. Grayscale: #838383. Windows color (decimal): -15355958 or 13283093. OLE color: 13283093.

HSL color Cylindrical-coordinate representation of color #15AFCA: hue angle of 188.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AFCA is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21175202-
CMYK0.900.1300.21
HSL188.95º81.17%43.73%-
HSV(B)188.95º89.6%79.22%-
XYZ26.335.0861.26-
YUV132.03167.4848.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.28%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=5.28%
G=43.97%
B=50.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211752020.900.1300.21188.9581.1743.73
Hex15AFCA5AD015bd512c
Octal252573121321502527512154
Binary10101101011111100101010110101101010101101111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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