Html Css Color HEX #15A9CF Iris Blue

📋 copy color: '#15A9CF'

red 21 ◦ green 169 ◦ blue 207

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

Shades of Iris Blue #15A9CF

Tints of Iris Blue #15A9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 5.29%
G = 42.57%
B = 52.14%

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

#15A9CF (or 0x15A9CF) is known color: Iris Blue. HEX triplet: 15, A9 and CF. RGB value is (21,169,207). Sum of RGB (Red+Green+Blue) = 21+169+207=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #15A9CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A9CF is #EA5630. Grayscale: #808080. Windows color (decimal): -15357489 or 13609237. OLE color: 13609237.

HSL color Cylindrical-coordinate representation of color #15A9CF: hue angle of 192.26º degrees, saturation: 0.82, 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 #15A9CF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 169 207 -
CMYK 0.90 0.18 0 0.19
HSL 192.26º 0.82% 0.45% -
HSV(B) 192.26º 0.9% 0.81% -
XYZ 25.76 33.04 64.05 -
YUV 129.08 171.97 50.91 -
System Red Green Blue C M Y K H S L
Decimal 21 169 207 0.90 0.18 0 0.19 192.26 0.82 0.45
Hex 15 A9 CF 5A 12 0 13 C0 52 2D
Octal 25 251 317 132 22 0 23 300 122 55
Binary 10101 10101001 11001111 1011010 10010 0 10011 11000000 1010010 101101

Color Harmonies of #15A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A9CF

Black with #15A9CF

Text Example


Text Example

White with #15A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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