Html Css Color HEX #15AFC7 Iris Blue

📋 copy color: '#15AFC7'

red 21 ◦ green 175 ◦ blue 199

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

Shades of Iris Blue #15AFC7

Tints of Iris Blue #15AFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.38%

R = 5.32%
G = 44.3%
B = 50.38%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#15AFC7 (or 0x15AFC7) is known color: Iris Blue. HEX triplet: 15, AF and C7. RGB value is (21,175,199). Sum of RGB (Red+Green+Blue) = 21+175+199=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #15AFC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFC7 is #EA5038. Grayscale: #838383. Windows color (decimal): -15355961 or 13086485. OLE color: 13086485.

HSL color Cylindrical-coordinate representation of color #15AFC7: hue angle of 188.09º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AFC7 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 175 199 -
CMYK 0.89 0.12 0 0.22
HSL 188.09º 0.81% 0.43% -
HSV(B) 188.09º 0.89% 0.78% -
XYZ 25.95 34.94 59.41 -
YUV 131.69 165.98 49.05 -
System Red Green Blue C M Y K H S L
Decimal 21 175 199 0.89 0.12 0 0.22 188.09 0.81 0.43
Hex 15 AF C7 59 C 0 16 BC 51 2B
Octal 25 257 307 131 14 0 26 274 121 53
Binary 10101 10101111 11000111 1011001 1100 0 10110 10111100 1010001 101011

Color Harmonies of #15AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFC7

Black with #15AFC7

Text Example


Text Example

White with #15AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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