Html Css Color HEX #15AACD Iris Blue

📋 copy color: '#15AACD'

red 21 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #15AACD

Tints of Iris Blue #15AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 5.3%
G = 42.93%
B = 51.77%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15AACD (or 0x15AACD) is known color: Iris Blue. HEX triplet: 15, AA and CD. RGB value is (21,170,205). Sum of RGB (Red+Green+Blue) = 21+170+205=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #15AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AACD is #EA5532. Grayscale: #818181. Windows color (decimal): -15357235 or 13478421. OLE color: 13478421.

HSL color Cylindrical-coordinate representation of color #15AACD: hue angle of 191.41º 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 #15AACD is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 170 205 -
CMYK 0.90 0.17 0 0.20
HSL 191.41º 0.81% 0.44% -
HSV(B) 191.41º 0.9% 0.8% -
XYZ 25.7 33.32 62.83 -
YUV 129.44 170.64 50.65 -
System Red Green Blue C M Y K H S L
Decimal 21 170 205 0.90 0.17 0 0.20 191.41 0.81 0.44
Hex 15 AA CD 5A 11 0 14 BF 51 2C
Octal 25 252 315 132 21 0 24 277 121 54
Binary 10101 10101010 11001101 1011010 10001 0 10100 10111111 1010001 101100

Color Harmonies of #15AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AACD

Black with #15AACD

Text Example


Text Example

White with #15AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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