Html Css Color HEX #15A9CE Iris Blue

📋 copy color: '#15A9CE'

red 21 ◦ green 169 ◦ blue 206

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

Shades of Iris Blue #15A9CE

Tints of Iris Blue #15A9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.68%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 5.3%
G = 42.68%
B = 52.02%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15A9CE (or 0x15A9CE) is known color: Iris Blue. HEX triplet: 15, A9 and CE. RGB value is (21,169,206). Sum of RGB (Red+Green+Blue) = 21+169+206=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #15A9CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A9CE is #EA5631. Grayscale: #808080. Windows color (decimal): -15357490 or 13543701. OLE color: 13543701.

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

Color convert

RGB 21 169 206 -
CMYK 0.90 0.18 0 0.19
HSL 192º 0.81% 0.45% -
HSV(B) 192º 0.9% 0.81% -
XYZ 25.64 32.99 63.41 -
YUV 128.97 171.47 50.99 -
System Red Green Blue C M Y K H S L
Decimal 21 169 206 0.90 0.18 0 0.19 192 0.81 0.45
Hex 15 A9 CE 5A 12 0 13 C0 51 2D
Octal 25 251 316 132 22 0 23 300 121 55
Binary 10101 10101001 11001110 1011010 10010 0 10011 11000000 1010001 101101

Color Harmonies of #15A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A9CE

Black with #15A9CE

Text Example


Text Example

White with #15A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,169,206); }

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

background-color css

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

 a { background-color: rgb(21,169,206); }

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

border-color css

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

 span { border-color: rgb(21,169,206); }

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