Html Css Color HEX #15BEBE Iris Blue

📋 copy color: '#15BEBE'

red 21 ◦ green 190 ◦ blue 190

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

Shades of Iris Blue #15BEBE

Tints of Iris Blue #15BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.38%

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

R = 5.24%
G = 47.38%
B = 47.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15BEBE (or 0x15BEBE) is known color: Iris Blue. HEX triplet: 15, BE and BE. RGB value is (21,190,190). Sum of RGB (Red+Green+Blue) = 21+190+190=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #15BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BEBE is #EA4141. Grayscale: #8B8B8B. Windows color (decimal): -15352130 or 12500501. OLE color: 12500501.

HSL color Cylindrical-coordinate representation of color #15BEBE: hue angle of 180º 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 #15BEBE is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 190 190 -
CMYK 0.89 0 0 0.25
HSL 180º 0.8% 0.41% -
HSV(B) 180º 0.89% 0.75% -
XYZ 28.02 40.7 55.1 -
YUV 139.47 156.51 43.5 -
System Red Green Blue C M Y K H S L
Decimal 21 190 190 0.89 0 0 0.25 180 0.8 0.41
Hex 15 BE BE 59 0 0 19 B4 50 29
Octal 25 276 276 131 0 0 31 264 120 51
Binary 10101 10111110 10111110 1011001 0 0 11001 10110100 1010000 101001

Color Harmonies of #15BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BEBE

Black with #15BEBE

Text Example


Text Example

White with #15BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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