Html Css Color HEX #15AFC1 Iris Blue

📋 copy color: '#15AFC1'

red 21 ◦ green 175 ◦ blue 193

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

Shades of Iris Blue #15AFC1

Tints of Iris Blue #15AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.99%

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 5.4%
G = 44.99%
B = 49.61%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#15AFC1 (or 0x15AFC1) is known color: Iris Blue. HEX triplet: 15, AF and C1. RGB value is (21,175,193). Sum of RGB (Red+Green+Blue) = 21+175+193=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #15AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFC1 is #EA503E. Grayscale: #828282. Windows color (decimal): -15355967 or 12693269. OLE color: 12693269.

HSL color Cylindrical-coordinate representation of color #15AFC1: hue angle of 186.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AFC1 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 175 193 -
CMYK 0.89 0.09 0 0.24
HSL 186.28º 0.8% 0.42% -
HSV(B) 186.28º 0.89% 0.76% -
XYZ 25.26 34.67 55.81 -
YUV 131.01 162.98 49.54 -
System Red Green Blue C M Y K H S L
Decimal 21 175 193 0.89 0.09 0 0.24 186.28 0.8 0.42
Hex 15 AF C1 59 9 0 18 BA 50 2A
Octal 25 257 301 131 11 0 30 272 120 52
Binary 10101 10101111 11000001 1011001 1001 0 11000 10111010 1010000 101010

Color Harmonies of #15AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFC1

Black with #15AFC1

Text Example


Text Example

White with #15AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,175,193); }

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

background-color css

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

 a { background-color: rgb(21,175,193); }

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

border-color css

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

 span { border-color: rgb(21,175,193); }

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