Html Css Color HEX #15AACC Iris Blue

📋 copy color: '#15AACC'

red 21 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #15AACC

Tints of Iris Blue #15AACC

RGB

 RED value IS 21 (8.59% from 255) = 5.32%

 GREEN value IS 170 (66.8% from 255) = 43.04%

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 5.32%
G = 43.04%
B = 51.65%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#15AACC (or 0x15AACC) is known color: Iris Blue. HEX triplet: 15, AA and CC. RGB value is (21,170,204). Sum of RGB (Red+Green+Blue) = 21+170+204=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #15AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AACC is #EA5533. Grayscale: #818181. Windows color (decimal): -15357236 or 13412885. OLE color: 13412885.

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

Color convert

RGB 21 170 204 -
CMYK 0.90 0.17 0 0.2
HSL 191.15º 0.81% 0.44% -
HSV(B) 191.15º 0.9% 0.8% -
XYZ 25.58 33.27 62.2 -
YUV 129.33 170.14 50.74 -
System Red Green Blue C M Y K H S L
Decimal 21 170 204 0.90 0.17 0 0.2 191.15 0.81 0.44
Hex 15 AA CC 5A 11 0 14 BF 51 2C
Octal 25 252 314 132 21 0 24 277 121 54
Binary 10101 10101010 11001100 1011010 10001 0 10100 10111111 1010001 101100

Color Harmonies of #15AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AACC

Black with #15AACC

Text Example


Text Example

White with #15AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,170,204); }

 H1.HeaderClassName
 {
   color: #15AACC;
 }
 .AnyTagClassName
 {
   color: #15AACC;
 }
</style>

background-color css

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

 a { background-color: rgb(21,170,204); }

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

border-color css

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

 span { border-color: rgb(21,170,204); }

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