Html Css Color HEX #15AFBB Iris Blue

📋 copy color: '#15AFBB'

red 21 ◦ green 175 ◦ blue 187

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

Shades of Iris Blue #15AFBB

Tints of Iris Blue #15AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 5.48%
G = 45.69%
B = 48.83%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#15AFBB (or 0x15AFBB) is known color: Iris Blue. HEX triplet: 15, AF and BB. RGB value is (21,175,187). Sum of RGB (Red+Green+Blue) = 21+175+187=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #15AFBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFBB is #EA5044. Grayscale: #828282. Windows color (decimal): -15355973 or 12300053. OLE color: 12300053.

HSL color Cylindrical-coordinate representation of color #15AFBB: hue angle of 184.34º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AFBB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 175 187 -
CMYK 0.89 0.06 0 0.27
HSL 184.34º 0.8% 0.41% -
HSV(B) 184.34º 0.89% 0.73% -
XYZ 24.61 34.41 52.36 -
YUV 130.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 21 175 187 0.89 0.06 0 0.27 184.34 0.8 0.41
Hex 15 AF BB 59 6 0 1B B8 50 29
Octal 25 257 273 131 6 0 33 270 120 51
Binary 10101 10101111 10111011 1011001 110 0 11011 10111000 1010000 101001

Color Harmonies of #15AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFBB

Black with #15AFBB

Text Example


Text Example

White with #15AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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