Html Css Color HEX #15A7D1 Iris Blue

📋 copy color: '#15A7D1'

red 21 ◦ green 167 ◦ blue 209

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

Shades of Iris Blue #15A7D1

Tints of Iris Blue #15A7D1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.07%

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 5.29%
G = 42.07%
B = 52.64%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#15A7D1 (or 0x15A7D1) is known color: Iris Blue. HEX triplet: 15, A7 and D1. RGB value is (21,167,209). Sum of RGB (Red+Green+Blue) = 21+167+209=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #15A7D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A7D1 is #EA582E. Grayscale: #7F7F7F. Windows color (decimal): -15357999 or 13739797. OLE color: 13739797.

HSL color Cylindrical-coordinate representation of color #15A7D1: hue angle of 193.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A7D1 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 167 209 -
CMYK 0.90 0.20 0 0.18
HSL 193.4º 0.82% 0.45% -
HSV(B) 193.4º 0.9% 0.82% -
XYZ 25.64 32.4 65.22 -
YUV 128.13 173.63 51.58 -
System Red Green Blue C M Y K H S L
Decimal 21 167 209 0.90 0.20 0 0.18 193.4 0.82 0.45
Hex 15 A7 D1 5A 14 0 12 C1 52 2D
Octal 25 247 321 132 24 0 22 301 122 55
Binary 10101 10100111 11010001 1011010 10100 0 10010 11000001 1010010 101101

Color Harmonies of #15A7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A7D1

Black with #15A7D1

Text Example


Text Example

White with #15A7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,167,209); }

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

background-color css

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

 a { background-color: rgb(21,167,209); }

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

border-color css

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

 span { border-color: rgb(21,167,209); }

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