Html Css Color HEX #15B2BE Iris Blue

📋 copy color: '#15B2BE'

red 21 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #15B2BE

Tints of Iris Blue #15B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 5.4%
G = 45.76%
B = 48.84%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15B2BE (or 0x15B2BE) is known color: Iris Blue. HEX triplet: 15, B2 and BE. RGB value is (21,178,190). Sum of RGB (Red+Green+Blue) = 21+178+190=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #15B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B2BE is #EA4D41. Grayscale: #848484. Windows color (decimal): -15355202 or 12497429. OLE color: 12497429.

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

Color convert

RGB 21 178 190 -
CMYK 0.89 0.06 0 0.25
HSL 184.26º 0.8% 0.41% -
HSV(B) 184.26º 0.89% 0.75% -
XYZ 25.52 35.72 54.26 -
YUV 132.43 160.49 48.52 -
System Red Green Blue C M Y K H S L
Decimal 21 178 190 0.89 0.06 0 0.25 184.26 0.8 0.41
Hex 15 B2 BE 59 6 0 19 B8 50 29
Octal 25 262 276 131 6 0 31 270 120 51
Binary 10101 10110010 10111110 1011001 110 0 11001 10111000 1010000 101001

Color Harmonies of #15B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B2BE

Black with #15B2BE

Text Example


Text Example

White with #15B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,178,190); }

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

background-color css

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

 a { background-color: rgb(21,178,190); }

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

border-color css

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

 span { border-color: rgb(21,178,190); }

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